Click or drag to resize
UniMatrixLoadData Method
Load matrix data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected List<DataRow> LoadData(
	string whereCondition,
	string orderBy,
	int currentPage,
	ref bool displayOnlyHeader
)

Parameters

whereCondition
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by clause to sort data
currentPage
Type: SystemInt32
Current data page to be displayed
displayOnlyHeader
Type: SystemBoolean
Indicates if only matrix header should be displayed to user

Return Value

Type: ListDataRow
See Also