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, bool hasParenthesesIfNoArgs ) |
Visual Basic |
---|
Public Sub New ( _ type As IType, _ template As String, _ hasParenthesesIfNoArgs As Boolean _ ) |
Visual C++ |
---|
public: SQLFunctionTemplate( IType^ type, String^ template, bool hasParenthesesIfNoArgs ) |
Parameters
- type
- Type: NHibernate.Type..::..IType
[Missing <param name="type"/> documentation for "M:NHibernate.Dialect.Function.SQLFunctionTemplate.#ctor(NHibernate.Type.IType,System.String,System.Boolean)"]
- template
- Type: System..::..String
[Missing <param name="template"/> documentation for "M:NHibernate.Dialect.Function.SQLFunctionTemplate.#ctor(NHibernate.Type.IType,System.String,System.Boolean)"]
- hasParenthesesIfNoArgs
- Type: System..::..Boolean
[Missing <param name="hasParenthesesIfNoArgs"/> documentation for "M:NHibernate.Dialect.Function.SQLFunctionTemplate.#ctor(NHibernate.Type.IType,System.String,System.Boolean)"]