Example #1
0
 /// <summary>
 /// Removes a Graph from the store.
 /// </summary>
 /// <param name="graphUri">Graph URI.</param>
 /// <returns></returns>
 public virtual bool Remove(Uri graphUri)
 {
     return(_store.Remove(graphUri));
 }