Gets or sets the Status of this Entity with respect to its
persistence in the database.
Namespace:
NHibernate.ImplAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Status As Status |
C# |
---|
public Status Status { get; set; } |
Visual C++ |
---|
public: property Status Status { Status get (); void set (Status value); } |
JavaScript |
---|
function get_status(); function set_status(value); |