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