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.1.5347.20411)
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