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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	returnType As IType _
)
C#
public NoArgSQLFunction(
	string name,
	IType returnType
)
Visual C++
public:
NoArgSQLFunction(
	String^ name, 
	IType^ returnType
)
JavaScript
NHibernate.Dialect.Function.NoArgSQLFunction = function(name, returnType);

Parameters

name
Type: System..::.String
returnType
Type: NHibernate.Type..::.IType

See Also