你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于