Namespace:
NHibernate.Property
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetGetter ( _ theClass As Type, _ propertyName As String _ ) As IGetter |
C# |
---|
public IGetter GetGetter( Type theClass, string propertyName ) |
Visual C++ |
---|
public: virtual IGetter^ GetGetter( Type^ theClass, String^ propertyName ) sealed |
JavaScript |
---|
function getGetter(theClass, propertyName); |