CollectionNamespaceIsValid Method |
Determines whether the specified collection name is valid.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax public static bool IsValid(
string collectionName
)
Public Shared Function IsValid (
collectionName As String
) As Boolean
static member IsValid :
collectionName : string -> bool
Parameters
- collectionName
- Type: SystemString
The name of the collection.
Return Value
Type:
BooleanWhether the specified collection name is valid.
See Also