Render the function call as SQL.

Namespace:  NHibernate.Dialect.Function
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function Render ( _
	args As IList, _
	factory As ISessionFactoryImplementor _
) As String
C#
string Render(
	IList args,
	ISessionFactoryImplementor factory
)
Visual C++
String^ Render(
	IList^ args, 
	ISessionFactoryImplementor^ factory
)
JavaScript
function render(args, factory);

Return Value

SQL fragment for the fuction.

See Also