Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetData Method (QueryDataParameters, String, String, Int32, String, Boolean, Int32)
Returns the data according to the set of input parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: InfoDataSetTInfo
See Also