DomainManager<TData>(HttpRequestMessage, Boolean) Constructor

Definition

Creates a new instance of DomainManager<TData>

protected DomainManager (System.Net.Http.HttpRequestMessage request, bool enableSoftDelete);
new Microsoft.Azure.Mobile.Server.Tables.DomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)> : System.Net.Http.HttpRequestMessage * bool -> Microsoft.Azure.Mobile.Server.Tables.DomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)>
Protected Sub New (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