Appends AST nodes that represent the columns after the current AST node. (e.g. 'as col0_O_')

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void SetScalarColumnText(
	int i
)
Visual Basic
Sub SetScalarColumnText ( _
	i As Integer _
)
Visual C++
void SetScalarColumnText(
	int i
)

Parameters

i
Type: System..::..Int32
The index of the select expression in the projection list.

See Also