Gets or sets the Status of this Entity with respect to its persistence in the database.

Namespace:  NHibernate.Impl
Assembly:  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);

Field Value

The Status of this Entity.

See Also