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

Syntax

Visual Basic (Declaration)
Public Sub SetTypeByReflection ( _
	propertyClass As Type, _
	propertyName As String _
)
C#
public void SetTypeByReflection(
	Type propertyClass,
	string propertyName
)
Visual C++
public:
void SetTypeByReflection(
	Type^ propertyClass, 
	String^ propertyName
)
JavaScript
function setTypeByReflection(propertyClass, propertyName);

Parameters

propertyClass
Type: System..::.Type
propertyName
Type: System..::.String

See Also