Applies the template to passed in arguments.

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

Syntax

C#
public SqlString Render(
	IList args,
	ISessionFactoryImplementor factory
)
Visual Basic
Public Function Render ( _
	args As IList, _
	factory As ISessionFactoryImplementor _
) As SqlString
Visual C++
public:
virtual SqlString^ Render(
	IList^ args, 
	ISessionFactoryImplementor^ factory
) sealed

Parameters

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Dialect.Function.SQLFunctionTemplate.Render(System.Collections.IList,NHibernate.Engine.ISessionFactoryImplementor)"]

Implements

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

See Also