DomainManager<TData>(HttpRequestMessage, 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, 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.