Click or drag to resize
IMultiQuery<TQuery, TInnerQuery>.AddResultColumn Method (String)
Adds the additional column to the query

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

Parameters

column
Type: System.String
Column to add

Return Value

Type: TQuery
See Also