MobileServiceCollection<TTable,TCollection> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MobileServiceCollection<TTable,TCollection>(IMobileServiceTableQuery<TTable>, Int32) |
IncrementalLoadingMobileServiceCollection{TTable, TCollection} クラスの新しいインスタンスを初期化します。 このコンストラクティオールは、TTable と TCollection が同じ型である場合に使用する必要があります。 |
MobileServiceCollection<TTable,TCollection>(IMobileServiceTableQuery<TTable>, Func<IEnumerable<TTable>,IEnumerable<TCollection>>, Int32) |
IncrementalLoadingMobileServiceCollection{TTable, TCollection} クラスの新しいインスタンスを初期化します。 |
MobileServiceCollection<TTable,TCollection>(IMobileServiceTableQuery<TTable>, Func<TTable,TCollection>, Int32) |
IncrementalLoadingMobileServiceCollection{TTable, TCollection} クラスの新しいインスタンスを初期化します。 |
MobileServiceCollection<TTable,TCollection>(IMobileServiceTableQuery<TTable>, Int32)
IncrementalLoadingMobileServiceCollection{TTable, TCollection} クラスの新しいインスタンスを初期化します。 このコンストラクティオールは、TTable と TCollection が同じ型である場合に使用する必要があります。
public MobileServiceCollection (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<TTable> query, int pageSize = 0);
new Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'able, 'Collection> : Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'able> * int -> Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'able, 'Collection>
Public Sub New (query As IMobileServiceTableQuery(Of TTable), Optional pageSize As Integer = 0)
パラメーター
- query
- IMobileServiceTableQuery<TTable>
データを提供するデータ ソースのクエリ。
- pageSize
- Int32
要求 1 つにつき要求される項目の数。
適用対象
MobileServiceCollection<TTable,TCollection>(IMobileServiceTableQuery<TTable>, Func<IEnumerable<TTable>,IEnumerable<TCollection>>, Int32)
IncrementalLoadingMobileServiceCollection{TTable, TCollection} クラスの新しいインスタンスを初期化します。
public MobileServiceCollection (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<TTable> query, Func<System.Collections.Generic.IEnumerable<TTable>,System.Collections.Generic.IEnumerable<TCollection>> selector, int pageSize = 0);
new Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'able, 'Collection> : Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'able> * Func<seq<'able>, seq<'Collection>> * int -> Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'able, 'Collection>
Public Sub New (query As IMobileServiceTableQuery(Of TTable), selector As Func(Of IEnumerable(Of TTable), IEnumerable(Of TCollection)), Optional pageSize As Integer = 0)
パラメーター
- query
- IMobileServiceTableQuery<TTable>
データを提供するデータ ソースのクエリ。
- selector
- Func<IEnumerable<TTable>,IEnumerable<TCollection>>
クライアント側の射影を提供するセレクター関数。
- pageSize
- Int32
要求 1 つにつき要求される項目の数。
適用対象
MobileServiceCollection<TTable,TCollection>(IMobileServiceTableQuery<TTable>, Func<TTable,TCollection>, Int32)
IncrementalLoadingMobileServiceCollection{TTable, TCollection} クラスの新しいインスタンスを初期化します。
public MobileServiceCollection (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<TTable> query, Func<TTable,TCollection> selector, int pageSize = 0);
new Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'able, 'Collection> : Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'able> * Func<'able, 'Collection> * int -> Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'able, 'Collection>
Public Sub New (query As IMobileServiceTableQuery(Of TTable), selector As Func(Of TTable, TCollection), Optional pageSize As Integer = 0)
パラメーター
- query
- IMobileServiceTableQuery<TTable>
データを提供するデータ ソースのクエリ。
- selector
- Func<TTable,TCollection>
クライアント側の射影を提供するセレクター関数。
- pageSize
- Int32
要求 1 つにつき要求される項目の数。
適用対象
Azure SDK for .NET