Namespaces

Types in FluentNHibernate.Cfg.Db

Type OracleClientConfiguration

Namespace FluentNHibernate.Cfg.Db

Parent PersistenceConfiguration<TThisConfiguration, TConnectionString>

Properties

Public properties

OracleClientConfiguration DoNot get;

OracleClientConfiguration Oracle10 get;

Initializes a new instance of the OracleClientConfiguration class using the MS Oracle Client (System.Data.OracleClient) library specifying the Oracle 10g dialect. This allows for ANSI join syntax.

OracleClientConfiguration Oracle9 get;

Initializes a new instance of the OracleClientConfiguration class using the MS Oracle Client (System.Data.OracleClient) library specifying the Oracle 9i dialect.