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