Initializes a new instance of the StandardSafeSQLFunction class.
Namespace: NHibernate.Dialect.FunctionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public StandardSafeSQLFunction( string name, IType typeValue, int allowedArgsCount ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ typeValue As IType, _ allowedArgsCount As Integer _ ) |
Visual C++ |
---|
public: StandardSafeSQLFunction( String^ name, IType^ typeValue, int allowedArgsCount ) |
Parameters
- name
- Type: System..::..String
SQL function name.
- typeValue
- Type: NHibernate.Type..::..IType
Return type for the fuction.
- allowedArgsCount
- Type: System..::..Int32
Exact number of arguments expected.