Initializes a new instance of the StandardSQLFunction class.

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

Syntax

C#
public StandardSQLFunction(
	string name,
	IType typeValue
)
Visual Basic
Public Sub New ( _
	name As String, _
	typeValue As IType _
)
Visual C++
public:
StandardSQLFunction(
	String^ name, 
	IType^ typeValue
)

Parameters

name
Type: System..::..String
SQL function name.
typeValue
Type: NHibernate.Type..::..IType
Return type for the fuction.

See Also