Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Owner As PersistentClass |
C# |
---|
public PersistentClass Owner { get; set; } |
Visual C++ |
---|
public: property PersistentClass^ Owner { PersistentClass^ get (); void set (PersistentClass^ value); } |
JavaScript |
---|
function get_owner(); function set_owner(value); |