Namespace:
NHibernate.Dialect.Function
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ type As IType, _ begin As String, _ sep As String, _ end As String _ ) |
C# |
---|
public VarArgsSQLFunction( IType type, string begin, string sep, string end ) |
Visual C++ |
---|
public: VarArgsSQLFunction( IType^ type, String^ begin, String^ sep, String^ end ) |
JavaScript |
---|
NHibernate.Dialect.Function.VarArgsSQLFunction = function(type, begin, sep, end); |
Parameters
- type
- Type: NHibernate.Type..::.IType
- begin
- Type: System..::.String
- sep
- Type: System..::.String
- end
- Type: System..::.String