[Missing <summary> documentation for "M:NHibernate.Engine.IMapping.GetReferencedPropertyType(System.String,System.String)"]

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IType GetReferencedPropertyType(
	string className,
	string propertyName
)
Visual Basic
Function GetReferencedPropertyType ( _
	className As String, _
	propertyName As String _
) As IType
Visual C++
IType^ GetReferencedPropertyType(
	String^ className, 
	String^ propertyName
)

Parameters

className
Type: System..::..String

[Missing <param name="className"/> documentation for "M:NHibernate.Engine.IMapping.GetReferencedPropertyType(System.String,System.String)"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Engine.IMapping.GetReferencedPropertyType(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.IMapping.GetReferencedPropertyType(System.String,System.String)"]

See Also