Initializes a new instance of the NoArgSQLFunction class

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

Syntax

C#
public NoArgSQLFunction(
	string name,
	IType returnType,
	bool hasParenthesesIfNoArguments
)
Visual Basic
Public Sub New ( _
	name As String, _
	returnType As IType, _
	hasParenthesesIfNoArguments As Boolean _
)
Visual C++
public:
NoArgSQLFunction(
	String^ name, 
	IType^ returnType, 
	bool hasParenthesesIfNoArguments
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:NHibernate.Dialect.Function.NoArgSQLFunction.#ctor(System.String,NHibernate.Type.IType,System.Boolean)"]

returnType
Type: NHibernate.Type..::..IType

[Missing <param name="returnType"/> documentation for "M:NHibernate.Dialect.Function.NoArgSQLFunction.#ctor(System.String,NHibernate.Type.IType,System.Boolean)"]

hasParenthesesIfNoArguments
Type: System..::..Boolean

[Missing <param name="hasParenthesesIfNoArguments"/> documentation for "M:NHibernate.Dialect.Function.NoArgSQLFunction.#ctor(System.String,NHibernate.Type.IType,System.Boolean)"]

See Also