DomainManager<TData>(HttpRequestMessage, ApiServices, Boolean) Constructor
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.
Creates a new instance of DomainManager<TData>
protected DomainManager (System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.Tables.DomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.Tables.DomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Protected Sub New (request As HttpRequestMessage, services As ApiServices, enableSoftDelete As Boolean)
Parameters
- request
- HttpRequestMessage
An instance of HttpRequestMessage
- services
- ApiServices
An instance of ApiServices
- enableSoftDelete
- Boolean
Determines whether rows are hard deleted or marked as deleted.