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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET