Click or drag to resize
QueryColumnListBaseItem Property
Returns column on specific index

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public IQueryColumn this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index

Property Value

Type: IQueryColumn
See Also