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

Syntax

Visual Basic (Declaration)
Protected Function ConvertITypesToSqlTypes ( _
	nhTypes As ArrayList, _
	totalSpan As Integer _
) As SqlType()
C#
protected SqlType[] ConvertITypesToSqlTypes(
	ArrayList nhTypes,
	int totalSpan
)
Visual C++
protected:
array<SqlType^>^ ConvertITypesToSqlTypes(
	ArrayList^ nhTypes, 
	int totalSpan
)
JavaScript
function convertITypesToSqlTypes(nhTypes, totalSpan);

Parameters

nhTypes
Type: System.Collections..::.ArrayList
totalSpan
Type: System..::.Int32

See Also