| QueryColumnListBaseItem Property  | 
            Returns column on specific index
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic IQueryColumn this[
	int index
] { get; set; }Parameters
- index
 - Type: SystemInt32
Index 
Property Value
Type: 
IQueryColumn
See Also