MobileServiceCollection<TTable,TCollection>.selectorFunction フィールド

定義

サーバーから取得されたデータに適用されるセレクター関数です。

protected Func<System.Collections.Generic.IEnumerable<TTable>,System.Collections.Generic.IEnumerable<TCollection>> selectorFunction;
val mutable selectorFunction : Func<seq<'able>, seq<'Collection>>
Protected selectorFunction As Func(Of IEnumerable(Of TTable), IEnumerable(Of TCollection)) 

フィールド値

Func<IEnumerable<TTable>,IEnumerable<TCollection>>

適用対象