Namespaces

Types in FluentNHibernate.Cfg.Db

Type OracleConfiguration

Namespace FluentNHibernate.Cfg.Db

Parent PersistenceConfiguration<TThisConfiguration, TConnectionString>

Properties

Public properties

OracleConfiguration DoNot get;

OracleConfiguration Oracle10 get;

Initializes a new instance of the OracleConfiguration class using the Oracle Data Provider (Oracle.DataAccess) library specifying the Oracle 10g dialect. The Oracle.DataAccess library must be available to the calling application/library. This allows for ANSI join syntax.

OracleConfiguration Oracle8 get;

Initializes a new instance of the OracleConfiguration class using the Oracle Data Provider (Oracle.DataAccess) library specifying the Oracle 8i dialect. The Oracle.DataAccess library must be available to the calling application/library.

OracleConfiguration Oracle9 get;

Initializes a new instance of the OracleConfiguration class using the Oracle Data Provider (Oracle.DataAccess) library specifying the Oracle 9i dialect. The Oracle.DataAccess library must be available to the calling application/library.