Method IsValid
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
IsValid(string)
Determines whether the specified collection name is valid.
public static bool IsValid(string collectionName)Parameters
collectionName string
The name of the collection.
Returns
Whether the specified collection name is valid.