MappedEntityDomainManager<TData,TModel> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage)
Creates a new instance of MappedEntityDomainManager<TData,TModel>
protected MappedEntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request);
new Microsoft.Azure.Mobile.Server.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData and 'Model : null)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage -> Microsoft.Azure.Mobile.Server.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData and 'Model : null)>
Protected Sub New (context As DbContext, request As HttpRequestMessage)
Parameters
- context
- System.Data.Entity.DbContext
An instance of System.Data.Entity.DbContext
- request
- System.Net.Http.HttpRequestMessage
An instance of System.Net.Http.HttpRequestMessage
Applies to
MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, Boolean)
Creates a new instance of MappedEntityDomainManager<TData,TModel>
protected MappedEntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, bool enableSoftDelete);
new Microsoft.Azure.Mobile.Server.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData and 'Model : null)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * bool -> Microsoft.Azure.Mobile.Server.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData and 'Model : null)>
Protected Sub New (context As DbContext, request As HttpRequestMessage, enableSoftDelete As Boolean)
Parameters
- context
- System.Data.Entity.DbContext
An instance of System.Data.Entity.DbContext
- request
- System.Net.Http.HttpRequestMessage
An instance of System.Net.Http.HttpRequestMessage
- enableSoftDelete
- System.Boolean
Determines whether rows are hard deleted or marked as deleted.