AbstractInfoProviderTInfo, TProviderGetData Method (QueryDataParameters, String, String, Int32, String, Boolean, Int32) |
Returns the data according to the set of input parameters.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected InfoDataSet<TInfo> GetData(
QueryDataParameters parameters,
string where,
string orderBy,
int topN,
string columns,
bool binaryData,
int siteId = -1
)
Parameters
- parameters
- Type: CMS.DataEngineQueryDataParameters
Query parameters - where
- Type: SystemString
Where condition to filter data - orderBy
- Type: SystemString
Order by statement - topN
- Type: SystemInt32
Specifies number of returned records - columns
- Type: SystemString
Data columns to return - binaryData
- Type: SystemBoolean
If false, the binary data shouldn't be retrieved - siteId (Optional)
- Type: SystemInt32
Site ID of the site for which the object should be retrieved
Return Value
Type:
InfoDataSetTInfoSee Also