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
- request
- HttpRequestMessage
An instance of 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
- request
- HttpRequestMessage
An instance of HttpRequestMessage
- enableSoftDelete
- Boolean
Determines whether rows are hard deleted or marked as deleted.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET