Class BackendConfiguration.IntegratedConfiguration
Inheritance
System.Object
BackendConfiguration.IntegratedConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class IntegratedConfiguration
Properties
ConnectRetryCount
Declaration
public int ConnectRetryCount { get; set; }
Property Value
System.
|
ConnectRetryIntervalMSec
Declaration
public int ConnectRetryIntervalMSec { get; set; }
Property Value
System.
|
MaxConnectionAge
Declaration
public int MaxConnectionAge { get; set; }
Property Value
System.
|
MaxIdle
Declaration
public int MaxIdle { get; set; }
Property Value
System.
|
MinIdle
Declaration
public int MinIdle { get; set; }
Property Value
System.
|
PreparedStatementCacheEnabled
Declaration
public bool PreparedStatementCacheEnabled { get; set; }
Property Value
System.
|
PreparedStatementCacheMax
Declaration
public int PreparedStatementCacheMax { get; set; }
Property Value
System.
|
TestInterval
Declaration
public int TestInterval { get; set; }
Property Value
System.
|
TestOnAlloc
Declaration
public bool TestOnAlloc { get; set; }
Property Value
System.
|
TestOnException
Declaration
public bool TestOnException { get; set; }
Property Value
System.
|
TestOnRelease
Declaration
public bool TestOnRelease { get; set; }
Property Value
System.
|
TestWhenIdle
Declaration
public bool TestWhenIdle { get; set; }
Property Value
System.
|
ValidateSQL
Declaration
public string ValidateSQL { get; set; }
Property Value
System.
|