Assembly: NHibernate.Mapping.Attributes (in NHibernate.Mapping.Attributes)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration NotFoundMode |
| C# |
|---|
public enum NotFoundMode |
| Visual C++ |
|---|
public enum class NotFoundMode |
Members
| Member | Description |
|---|---|
| Exception | exception |
| Ignore | ignore |
| Unspecified | Default value (don't use it) |