Constructor CollectionNamespace
CollectionNamespace(string, string)
Initializes a new instance of the CollectionNamespace class.
public CollectionNamespace(string databaseName, string collectionName)
Parameters
CollectionNamespace(DatabaseNamespace, string)
Initializes a new instance of the CollectionNamespace class.
public CollectionNamespace(DatabaseNamespace databaseNamespace, string collectionName)
Parameters
databaseNamespace
DatabaseNamespaceThe database namespace.
collectionName
stringThe name of the collection.