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

IMobileServiceTable<T>.IncludeDeleted 方法

定义

创建一个查询,以确保它获取已删除的记录。 这需要在移动服务上启用软删除功能。 有关详细信息 ,请访问链接

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> IncludeDeleted ();
abstract member IncludeDeleted : unit -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function IncludeDeleted () As IMobileServiceTableQuery(Of T)

返回

针对该表的查询。

适用于