Gets the name of the mapped Property.
Namespace:
NHibernate.PropertyAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property PropertyName As String |
C# |
---|
public string PropertyName { get; } |
Visual C++ |
---|
public: virtual property String^ PropertyName { String^ get () sealed; } |
JavaScript |
---|
function get_propertyName(); |