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

Syntax

Visual Basic (Declaration)
Public Shared Function ToSqlTypeArray ( _
	coll As ICollection _
) As SqlType()
C#
public static SqlType[] ToSqlTypeArray(
	ICollection coll
)
Visual C++
public:
static array<SqlType^>^ ToSqlTypeArray(
	ICollection^ coll
)
JavaScript
NHibernate.Util.ArrayHelper.toSqlTypeArray = function(coll);

See Also