Click or drag to resize
IMultiQueryTQuery, TInnerQueryAddResultColumn Method (String)
Adds the additional column to the query

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

Parameters

column
Type: SystemString
Column to add

Return Value

Type: TQuery
See Also