Compartilhar via


MobileServiceCollection<TTable,TCollection>.selectorFunction Campo

Definição

Uma função de seletor que será aplicada aos dados quando voltarem do 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 do campo

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

Aplica-se a