Namespaces

Types in FluentNHibernate.Cfg.Db

Type IfxDRDAConnectionStringBuilder

Namespace FluentNHibernate.Cfg.Db

Parent ConnectionStringBuilder

Methods

Public instance methods

IfxDRDAConnectionStringBuilder Authentication(string authentication)

The type of authentication to be used. Acceptable values:
Return
IfxDRDAConnectionStringBuilder

IfxDRDAConnectionStringBuilder object

IfxDRDAConnectionStringBuilder HostVarParameter(string hostVarParameter)

Return
IfxDRDAConnectionStringBuilder

IfxSQLIConnectionStringBuilder object

IfxDRDAConnectionStringBuilder MaxPoolSize(string maxPoolSize)

The maximum number of connections allowed in the pool.
Return
IfxDRDAConnectionStringBuilder

IfxDRDAConnectionStringBuilder object

IfxDRDAConnectionStringBuilder MinPoolSize(string minPoolSize)

The minimum number of connections allowed in the pool. Default value 0.
Return
IfxDRDAConnectionStringBuilder

IfxDRDAConnectionStringBuilder object

IfxDRDAConnectionStringBuilder Pooling(string pooling)

When set to true, the IfxConnection object is drawn from the appropriate pool, or if necessary, it is created and added to the appropriate pool. Default value 'true'.
Return
IfxDRDAConnectionStringBuilder

IfxDRDAConnectionStringBuilder object