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

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

Syntax

C#
IType ToType(
	string propertyName
)
Visual Basic
Function ToType ( _
	propertyName As String _
) As IType
Visual C++
IType^ ToType(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Persister.Entity.IPropertyMapping.ToType(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IPropertyMapping.ToType(System.String)"]

See Also