次の方法で共有


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)

クエリに基づいて新しいコレクションを作成します。

適用対象