Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function ToType ( _
	propertyName As String _
) As IType
C#
public IType ToType(
	string propertyName
)
Visual C++
public:
virtual IType^ ToType(
	String^ propertyName
) sealed
JavaScript
function toType(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

Implements

IPropertyMapping..::.ToType(String)

See Also