Table of Contents

Class IndexExtensions

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Extension methods for Index class.

public static class IndexExtensions
Inheritance
object
IndexExtensions

Methods

GetOrderBy(Index)

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.

public static string GetOrderBy(this Index index)

Parameters

index Index

Returns

string