Click or drag to resize
DataQuerySettingsBaseTQueryColumn Method (String)
Sets the column to select

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery Column(
	string column
)

Parameters

column
Type: SystemString
Column to set to be selected

Return Value

Type: TQuery

Implements

IDataQuerySettingsTQueryColumn(String)
See Also