Given a component path expression, get the type of the property

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

Syntax

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

Parameters

propertyName
Type: System..::.String

Return Value

See Also