Returns true if the order by expression contains column sorted the specified way.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- orderBy
- Type: System String
Order by expression to check
- column
- Type: System String
Column to check
- ascending
- Type: System Boolean
Direction
Return Value
Type: BooleanSee Also