Click or drag to resize
IndexExtensions Class
Extension methods for Index class.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineIndexExtensions

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static class IndexExtensions

The IndexExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetOrderBy
Gets columns as a comma separated list where column names are properly enclosed in square brackets and each column name is appended its ordering (ASC or DESC). Included columns are omitted.
Top
See Also