Initializes a new instance of the SQLFunctionTemplate class
Namespace: NHibernate.Dialect.FunctionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SQLFunctionTemplate( IType type, string template ) |
Visual Basic |
---|
Public Sub New ( _ type As IType, _ template As String _ ) |
Visual C++ |
---|
public: SQLFunctionTemplate( IType^ type, String^ template ) |
Parameters
- type
- Type: NHibernate.Type..::..IType
[Missing <param name="type"/> documentation for "M:NHibernate.Dialect.Function.SQLFunctionTemplate.#ctor(NHibernate.Type.IType,System.String)"]
- template
- Type: System..::..String
[Missing <param name="template"/> documentation for "M:NHibernate.Dialect.Function.SQLFunctionTemplate.#ctor(NHibernate.Type.IType,System.String)"]