Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
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); |
Parameters
- coll
- Type: System.Collections..::.ICollection