Compartir a través de


MobileServiceCollection<TTable,TCollection>.selectorFunction Campo

Definición

Función de selector que se aplicará a los datos cuando vuelvan del servidor.

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)) 

Valor de campo

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

Se aplica a