Namespaces

Types

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:
Parameters
return IfxDRDAConnectionStringBuilder IfxDRDAConnectionStringBuilder object
string authentication

IfxDRDAConnectionStringBuilder HostVarParameter(string hostVarParameter)

Parameters
return IfxDRDAConnectionStringBuilder IfxSQLIConnectionStringBuilder object
string hostVarParameter

IfxDRDAConnectionStringBuilder IsolationLevel(string isolationLevel)

Isolation level for the connection. Possible values:This keyword is only supported for applications participating in a distributed transaction.
Parameters
return IfxDRDAConnectionStringBuilder IfxDRDAConnectionStringBuilder object
string isolationLevel

IfxDRDAConnectionStringBuilder MaxPoolSize(string maxPoolSize)

The maximum number of connections allowed in the pool.
Parameters
return IfxDRDAConnectionStringBuilder IfxDRDAConnectionStringBuilder object
string maxPoolSize

IfxDRDAConnectionStringBuilder MinPoolSize(string minPoolSize)

The minimum number of connections allowed in the pool. Default value 0.
Parameters
return IfxDRDAConnectionStringBuilder IfxDRDAConnectionStringBuilder object
string minPoolSize

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'.
Parameters
return IfxDRDAConnectionStringBuilder IfxDRDAConnectionStringBuilder object
string pooling