[Missing <summary> documentation for "T:NHibernate.Mapping.SchemaAction"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[FlagsAttribute] public enum SchemaAction |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SchemaAction |
| Visual C++ |
|---|
[FlagsAttribute] public enum class SchemaAction |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Drop | 1 | ||
| Update | 2 | ||
| Export | 4 | ||
| Validate | 8 | ||
| All | 15 | ||
| 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 |