Values for bytecode-provider system property.

Namespace: NHibernate.Cfg.ConfigurationSchema
Assembly: 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 nameValueDescription
Codedom0Xml value: codedom
Lcg1Xml value: lcg
Null2Xml 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

See Also