Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Join ( _
	x As SqlType(), _
	y As SqlType() _
) As SqlType()
C#
public static SqlType[] Join(
	SqlType[] x,
	SqlType[] y
)
Visual C++
public:
static array<SqlType^>^ Join(
	array<SqlType^>^ x, 
	array<SqlType^>^ y
)
JavaScript
NHibernate.Util.ArrayHelper.join = function(x, y);

Parameters

x
Type: array< NHibernate.SqlTypes..::.SqlType >[]()[]
y
Type: array< NHibernate.SqlTypes..::.SqlType >[]()[]

See Also