Click or drag to resize
QueryColumnList.Load Method (String)
Loads the given columns to the list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void Load(
	string columns
)

Parameters

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