Returns the property 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 RenderPropertySelect(
	int size,
	int k
)
Visual Basic
Public Function RenderPropertySelect ( _
	size As Integer, _
	k As Integer _
) As String
Visual C++
public:
String^ RenderPropertySelect(
	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 property select SQL fragment.

See Also