Click or drag to resize
IndexExtensionsGetOrderBy Method
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.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetOrderBy(
	this Index index
)

Parameters

index
Type: CMS.DataEngineIndex

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Index. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also