Load matrix data
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
ListDataRowSee Also