'Declaration Public Shared Function Read(Of T)( _ ByVal requestData As CollectionViewRequest(Of T), _ ByVal sourceCollection As IEnumerable(Of T), _ Optional ByVal dataMapItemsSourceGetter As Func(Of ColumnInfo,IEnumerable(Of Object)) _ ) As CollectionViewResponse(Of T)
Parameters
- requestData
- The request data
- sourceCollection
- The source collection
- dataMapItemsSourceGetter
- The function to get the items source for the specified column's data map.
Type Parameters
- T
- The type of data record
Return Value
The response data