Click or drag to resize
OrderByColumnList Constructor
Creates an empty column list built from the given columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public OrderByColumnList(
	string columns
)

Parameters

columns
Type: SystemString
List of columns
See Also