Click or drag to resize
IMultiQuery<TQuery, TInnerQuery>.ResultColumn Method (String)
Sets the column to select

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

Parameters

column
Type: System.String
Column to set to be selected

Return Value

Type: TQuery
See Also