| MongoDatabase Properties | 
The MongoDatabase type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CommandCollection | Obsolete. 
            Gets the command collection for this database.
             | 
|  | GridFS | 
            Gets the default GridFS instance for this database. The default GridFS instance uses default GridFS
            settings. See also GetGridFS if you need to use GridFS with custom settings.
             | 
|  | ItemString | Obsolete. 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
|  | ItemString, WriteConcern | Obsolete. 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
|  | Name | 
            Gets the name of this database.
             | 
|  | Server | 
            Gets the server that contains this database.
             | 
|  | Settings | 
            Gets the settings being used to access this database.
             | 
 See Also
See Also