CollectionNamespace Constructor (String, String) |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public CollectionNamespace(
string databaseName,
string collectionName
)
Public Sub New (
databaseName As String,
collectionName As String
)
new :
databaseName : string *
collectionName : string -> CollectionNamespace
Parameters
- databaseName
- Type: SystemString
The name of the database. - collectionName
- Type: SystemString
The name of the collection.
See Also