ComponentOne ASP.NET MVC Controls
Read<T> Method

C1.Web.Mvc Namespace > CollectionViewHelper Class : Read<T> Method
The type of data record
The request data
The source collection
The function to get the items source for the specified column's data map.
Reads data from the request and the source collection.
Syntax

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

Reference

CollectionViewHelper Class
CollectionViewHelper Members