Click or drag to resize
QueryColumnListLoad Method (IEnumerableIQueryColumn)
Loads the given list of columns to the list

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void Load(
	IEnumerable<IQueryColumn> columns
)

Parameters

columns
Type: System.Collections.GenericIEnumerableIQueryColumn
Lists of columns separated by commas
See Also