Applies the template to passed in arguments.

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

Syntax

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

Parameters

args
Type: System.Collections..::.IList
args function arguments
factory
Type: NHibernate.Engine..::.ISessionFactoryImplementor
generated SQL function call

Return Value

Implements

ISQLFunction..::.Render(IList, ISessionFactoryImplementor)

See Also