Values for bytecode-provider system property.
Namespace: NHibernate.Cfg.ConfigurationSchemaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public enum BytecodeProviderType |
| Visual Basic |
|---|
Public Enumeration BytecodeProviderType |
| Visual C++ |
|---|
public enum class BytecodeProviderType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Codedom | 0 | Xml value: codedom | |
| Lcg | 1 | Xml value: lcg | |
| Null | 2 | Xml value: null | |
| 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 |