Пример #1
0
 /// <summary>
 /// Checks if a collection exists in the document store.
 /// </summary>
 /// <param name="name">The name of the collection to check for</param>
 public bool CollectionExists(string name)
 {
     return(provider.CollectionExists(name));
 }