Returns the identifier select SQL fragment.

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

Syntax

C#
public string RenderIdentifierSelect(
	int size,
	int k
)
Visual Basic
Public Function RenderIdentifierSelect ( _
	size As Integer, _
	k As Integer _
) As String
Visual C++
public:
String^ RenderIdentifierSelect(
	int size, 
	int k
)

Parameters

size
Type: System..::..Int32
The total number of returned types.
k
Type: System..::..Int32
The sequence of the current returned type.

Return Value

the identifier select SQL fragment.

See Also