Click or drag to resize
MongoCollectionBase<TDocument>.CollectionNamespace Property
Gets the namespace of the collection.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public abstract CollectionNamespace CollectionNamespace { get; }

Property Value

Type: CollectionNamespace

Implements

IMongoCollection<TDocument>.CollectionNamespace
See Also