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

Syntax

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

Parameters

x
Type: array< System.Data..::.DbType >[]()[]
y
Type: array< System.Data..::.DbType >[]()[]

See Also