Gets or sets the Status of this Entity with respect to its
persistence in the database.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public Status Status { get; set; } |
| Visual Basic |
|---|
Public Property Status As Status Get Set |
| Visual C++ |
|---|
public: property Status Status { Status get (); void set (Status value); } |