Version 24.2 (latest)

DataSourceHelper Class Properties

For a list of all members of this type, see DataSourceHelper members.

Public Properties
 NameDescription
Public PropertyCachedTypeGets the type of the elements contained in System.Collections.IEnumerable that this DataSourceHelper wraps.  
Public PropertyTotalRecordCountGets the number of elements contained in System.Collections.IEnumerable that this DataSourceHelper wraps.  
Protected Properties
 NameDescription
Protected PropertyIListDataGets the underlying data source as an System.Collections.IList. If the datasource isn't an IList, null is returned.  
See Also