SqlHelperGetPagedQuery Method |
Note: This API is now obsolete.
Gets the query by its name and validates the query for paging
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("This method is obsolete, use DataQuery API")]
public static QueryInfo GetPagedQuery(
string queryName,
string orderBy
)
Parameters
- queryName
- Type: SystemString
Query name - orderBy
- Type: SystemString
Order by
Return Value
Type:
QueryInfoSee Also