Method GetCollectionNames
GetCollectionNames()
Gets a list of the names of all the collections in this database.
public virtual IEnumerable<string> GetCollectionNames()
Returns
- IEnumerable<string>
A list of collection names.
Gets a list of the names of all the collections in this database.
public virtual IEnumerable<string> GetCollectionNames()
A list of collection names.