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.Int32
|
ConnectRetryIntervalMSec
Declaration
public int ConnectRetryIntervalMSec { get; set; }
Property Value
|
System.Int32
|
MaxConnectionAge
Declaration
public int MaxConnectionAge { get; set; }
Property Value
|
System.Int32
|
MaxIdle
Declaration
public int MaxIdle { get; set; }
Property Value
|
System.Int32
|
MinIdle
Declaration
public int MinIdle { get; set; }
Property Value
|
System.Int32
|
PreparedStatementCacheEnabled
Declaration
public bool PreparedStatementCacheEnabled { get; set; }
Property Value
|
System.Boolean
|
PreparedStatementCacheMax
Declaration
public int PreparedStatementCacheMax { get; set; }
Property Value
|
System.Int32
|
TestInterval
Declaration
public int TestInterval { get; set; }
Property Value
|
System.Int32
|
TestOnAlloc
Declaration
public bool TestOnAlloc { get; set; }
Property Value
|
System.Boolean
|
TestOnException
Declaration
public bool TestOnException { get; set; }
Property Value
|
System.Boolean
|
TestOnRelease
Declaration
public bool TestOnRelease { get; set; }
Property Value
|
System.Boolean
|
TestWhenIdle
Declaration
public bool TestWhenIdle { get; set; }
Property Value
|
System.Boolean
|
ValidateSQL
Declaration
public string ValidateSQL { get; set; }
Property Value
|
System.String
|