Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
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); |