Retrieve the text to be used for rendering this particular node.

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

Syntax

C#
public virtual SqlString RenderText(
	ISessionFactoryImplementor sessionFactory
)
Visual Basic
Public Overridable Function RenderText ( _
	sessionFactory As ISessionFactoryImplementor _
) As SqlString
Visual C++
public:
virtual SqlString^ RenderText(
	ISessionFactoryImplementor^ sessionFactory
)

Parameters

sessionFactory
Type: NHibernate.Engine..::..ISessionFactoryImplementor
The session factory

Return Value

The text to use for rendering

See Also