Click or drag to resize
IMultiQueryTQuery, TInnerQueryResultColumn Method (String)
Sets the column to select

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TQuery ResultColumn(
	string column
)

Parameters

column
Type: SystemString
Column to set to be selected

Return Value

Type: TQuery
See Also