EntityDomainManager<TData> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices) |
Erstellt eine neue Instanz von EntityDomainManager<TData>. |
EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices, Boolean) |
Erstellt eine neue Instanz von EntityDomainManager<TData>. |
EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices)
Erstellt eine neue Instanz von EntityDomainManager<TData>.
public EntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services);
new Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices -> Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public Sub New (context As DbContext, request As HttpRequestMessage, services As ApiServices)
Parameter
- request
- HttpRequestMessage
Eine Instanz von .HttpRequestMessage
- services
- ApiServices
Eine Instanz von .ApiServices
Gilt für:
EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices, Boolean)
Erstellt eine neue Instanz von EntityDomainManager<TData>.
public EntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public Sub New (context As DbContext, request As HttpRequestMessage, services As ApiServices, enableSoftDelete As Boolean)
Parameter
- request
- HttpRequestMessage
Eine Instanz von .HttpRequestMessage
- services
- ApiServices
Eine Instanz von .ApiServices
- enableSoftDelete
- Boolean
Bestimmt, ob Zeilen endgültig gelöscht oder als gelöscht markiert werden.
Gilt für:
Azure SDK for .NET