'宣言 Public Shared Function Read(Of T)( _ ByVal requestData As CollectionViewRequest(Of T), _ ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T), _ Optional ByVal dataMapItemsSourceGetter As System.Func(Of ColumnInfo,IEnumerable(Of Object)) _ ) As CollectionViewResponse(Of T)
public static CollectionViewResponse<T> Read<T>( CollectionViewRequest<T> requestData, System.Collections.Generic.IEnumerable<T> sourceCollection, System.Func<ColumnInfo,IEnumerable<object>> dataMapItemsSourceGetter )
パラメータ
- requestData
- The request data
- sourceCollection
- The source collection
- dataMapItemsSourceGetter
- The function to get the items source for the specified column's data map.
型パラメータ
- T
- The type of data record
戻り値の型
The response data