ASP.NET MVC Controls | ComponentOne
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.

In This Topic
    Read<T> Method
    In This Topic
    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