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

MobileServiceCollectionExtensions 类

定义

提供针对 IMobileServiceTableQuery`1{T}IMobileServiceTable`1{T} 的扩展方法以便将它们包装在一个集合中。

public static class MobileServiceCollectionExtensions
type MobileServiceCollectionExtensions = class
Public Module MobileServiceCollectionExtensions
继承
MobileServiceCollectionExtensions

方法

ToCollectionAsync<TTable>(IMobileServiceSyncTable<TTable>, Int32)

基于本地表创建新集合。

ToCollectionAsync<TTable>(IMobileServiceTable<TTable>, Int32)

基于表创建新集合。

ToCollectionAsync<TTable>(IMobileServiceTableQuery<TTable>, Int32)

基于查询创建新集合。

适用于