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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	begin As String, _
	sep As String, _
	end As String _
)
C#
public VarArgsSQLFunction(
	string begin,
	string sep,
	string end
)
Visual C++
public:
VarArgsSQLFunction(
	String^ begin, 
	String^ sep, 
	String^ end
)
JavaScript
NHibernate.Dialect.Function.VarArgsSQLFunction = function(begin, sep, end);

Parameters

begin
Type: System..::.String
sep
Type: System..::.String
end
Type: System..::.String

See Also