Value 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 string ByteCodeProviderType { get; }
Visual Basic
Public ReadOnly Property ByteCodeProviderType As String
	Get
Visual C++
public:
virtual property String^ ByteCodeProviderType {
	String^ get () sealed;
}

Implements

IHibernateConfiguration..::..ByteCodeProviderType

Remarks

Default value Lcg.

See Also