MongoCollectionBaseTDocumentDatabase Property |
Gets the database.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public abstract IMongoDatabase Database { get; }
Public MustOverride ReadOnly Property Database As IMongoDatabase
Get
abstract Database : IMongoDatabase with get
Property Value
Type:
IMongoDatabaseImplements
IMongoCollectionTDocumentDatabaseSee Also