Class BackendConfiguration.ConnectionPoolConfiguration
Inheritance
System.Object
BackendConfiguration.ConnectionPoolConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class ConnectionPoolConfiguration
Properties
ActiveConnectionTimeout
Declaration
public int ActiveConnectionTimeout { get; set; }
Property Value
System.
|
BlockWhenFull
Declaration
public bool BlockWhenFull { get; set; }
Property Value
System.
|
ConnectRetryCount
Declaration
[Obsolete("Use Integrated.ConnectRetryCount instead.")]
public int ConnectRetryCount { get; set; }
Property Value
System.
|
ConnectRetryIntervalMSec
Declaration
[Obsolete("Use Integrated.ConnectRetryIntervalMSec instead.")]
public int ConnectRetryIntervalMSec { get; set; }
Property Value
System.
|
DatabaseNameMapping
Declaration
public IDictionary<string, string> DatabaseNameMapping { get; }
Property Value
System.
|
InitSQL
Declaration
public IList<string> InitSQL { get; }
Property Value
System.
|
Integrated
Declaration
public BackendConfiguration.IntegratedConfiguration Integrated { get; }
Property Value
IsolationLevel
Declaration
public IsolationLevel IsolationLevel { get; set; }
Property Value
System.
|
MaxActive
Declaration
public int MaxActive { get; set; }
Property Value
System.
|
MaxConnectionAge
Declaration
[Obsolete("Use Integrated.MaxConnectionAge instead.")]
public int MaxConnectionAge { get; set; }
Property Value
System.
|
MaxIdle
Declaration
[Obsolete("Use Integrated.MaxIdle instead.")]
public int MaxIdle { get; set; }
Property Value
System.
|
MinIdle
Declaration
[Obsolete("Use Integrated.MinIdle instead.")]
public int MinIdle { get; set; }
Property Value
System.
|
Pool
PreparedStatementCacheEnabled
Declaration
[Obsolete("Use Integrated.PreparedStatementCacheEnabled instead.")]
public bool PreparedStatementCacheEnabled { get; set; }
Property Value
System.
|
PreparedStatementCacheMax
Declaration
[Obsolete("Use Integrated.PreparedStatementCacheMax instead.")]
public int PreparedStatementCacheMax { get; set; }
Property Value
System.
|
Reserved
Declaration
public int Reserved { get; set; }
Property Value
System.
|
TestInterval
Declaration
[Obsolete("Use Integrated.TestInterval instead.")]
public int TestInterval { get; set; }
Property Value
System.
|
TestOnAlloc
Declaration
[Obsolete("Use Integrated.TestOnAlloc instead.")]
public bool TestOnAlloc { get; set; }
Property Value
System.
|
TestOnException
Declaration
[Obsolete("Use Integrated.TestOnException instead.")]
public bool TestOnException { get; set; }
Property Value
System.
|
TestOnRelease
Declaration
[Obsolete("Use Integrated.TestOnRelease instead.")]
public bool TestOnRelease { get; set; }
Property Value
System.
|
TestWhenIdle
Declaration
[Obsolete("Use Integrated.TestWhenIdle instead.")]
public bool TestWhenIdle { get; set; }
Property Value
System.
|
ValidateSQL
Declaration
[Obsolete("Use Integrated.ValidateSQL instead.")]
public string ValidateSQL { get; set; }
Property Value
System.
|