Namespace:  NHibernate.Dialect.Function
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);

See Also