Share via


MappedEntityDomainManager<TData, TModel>.Context Property

 

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

Syntax

public DbContext Context { get; set; }
public:
property DbContext^ Context {
    DbContext^ get();
    void set(DbContext^ value);
}
member Context : DbContext with get, set
Public Property Context As DbContext

Property Value

Type: System.Data.Entity.DbContext

See Also

MappedEntityDomainManager<TData, TModel> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top