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,
	bool allProperties
)
Visual Basic
Public Function RenderPropertySelect ( _
	size As Integer, _
	k As Integer, _
	allProperties As Boolean _
) As String
Visual C++
public:
String^ RenderPropertySelect(
	int size, 
	int k, 
	bool allProperties
)

Parameters

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

[Missing <param name="allProperties"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementType.RenderPropertySelect(System.Int32,System.Int32,System.Boolean)"]

Return Value

the property select SQL fragment.

See Also