Share via


MongoDomainManager<TData>.MongoContext.Database Property

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Mongo (in Microsoft.WindowsAzure.Mobile.Service.Mongo.dll)

Syntax

public MongoDatabase Database {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property MongoDatabase^ Database {
    [CompilerGeneratedAttribute]
    MongoDatabase^ get();
    [CompilerGeneratedAttribute]
    void set(MongoDatabase^ value);
}
member Database : MongoDatabase with get, set
Public Property Database As MongoDatabase

Property Value

Type: MongoDB.Driver.MongoDatabase

See Also

MongoDomainManager<TData>.MongoContext Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top