你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DomainManager<TData>(HttpRequestMessage, Boolean) 构造函数

定义

创建 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)

参数

request
HttpRequestMessage

的一个实例。HttpRequestMessage

enableSoftDelete
Boolean

确定是硬删除行还是标记为已删除。

适用于