Initializes a new instance of the StandardSafeSQLFunction class.

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

Syntax

C#
public StandardSafeSQLFunction(
	string name,
	int allowedArgsCount
)
Visual Basic
Public Sub New ( _
	name As String, _
	allowedArgsCount As Integer _
)
Visual C++
public:
StandardSafeSQLFunction(
	String^ name, 
	int allowedArgsCount
)

Parameters

name
Type: System..::..String
SQL function name.
allowedArgsCount
Type: System..::..Int32
Exact number of arguments expected.

See Also