[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Accessor"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public enum Accessor |
| Visual Basic |
|---|
Public Enumeration Accessor |
| Visual C++ |
|---|
public enum class Accessor |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Property | 0 | ||
| Field | 1 | ||
| NoSetter | 2 | ||
| ReadOnly | 3 | ||
| None | 4 | ||
| 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 |