Render the function call as SQL.
Namespace: NHibernate.Dialect.FunctionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
SqlString Render( IList args, ISessionFactoryImplementor factory ) |
Visual Basic |
---|
Function Render ( _ args As IList, _ factory As ISessionFactoryImplementor _ ) As SqlString |
Visual C++ |
---|
SqlString^ Render( IList^ args, ISessionFactoryImplementor^ factory ) |
Parameters
- args
- Type: System.Collections..::..IList
List of arguments
- factory
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="factory"/> documentation for "M:NHibernate.Dialect.Function.ISQLFunction.Render(System.Collections.IList,NHibernate.Engine.ISessionFactoryImplementor)"]