Render the identifier select, but in a 'scalar' context (i.e. generate the column alias).

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

Syntax

C#
public string RenderScalarIdentifierSelect(
	int i
)
Visual Basic
Public Function RenderScalarIdentifierSelect ( _
	i As Integer _
) As String
Visual C++
public:
String^ RenderScalarIdentifierSelect(
	int i
)

Parameters

i
Type: System..::..Int32
the sequence of the returned type

Return Value

the identifier select with the column alias.

See Also