[Missing <summary> documentation for "T:NHibernate.Event.Default.EntityState"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public enum EntityState  | 
| Visual Basic | 
|---|
Public Enumeration EntityState  | 
| Visual C++ | 
|---|
public enum class EntityState  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | -1 | ||
| Persistent | 0 | ||
| Transient | 1 | ||
| Detached | 2 | ||
| Deleted | 3 | ||
| IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
| IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
| IsBetween | Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
| IsProxy | |||
| As | |||
| ToTypeParameters |