Class
BackendConfiguration.IntegratedConfiguration

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public sealed class BackendConfiguration.IntegratedConfiguration

Inheritance: objectBackendConfiguration.IntegratedConfiguration

Properties

ConnectRetryCount

Declaration

cs-api-definition
public int ConnectRetryCount { get; set; }

Property Value

int

ConnectRetryIntervalMSec

Declaration

cs-api-definition
public int ConnectRetryIntervalMSec { get; set; }

Property Value

int

MaxConnectionAge

Declaration

cs-api-definition
public int MaxConnectionAge { get; set; }

Property Value

int

MaxIdle

Declaration

cs-api-definition
public int MaxIdle { get; set; }

Property Value

int

MinIdle

Declaration

cs-api-definition
public int MinIdle { get; set; }

Property Value

int

PreparedStatementCacheEnabled

Declaration

cs-api-definition
public bool PreparedStatementCacheEnabled { get; set; }

Property Value

bool

PreparedStatementCacheMax

Declaration

cs-api-definition
public int PreparedStatementCacheMax { get; set; }

Property Value

int

TestInterval

Declaration

cs-api-definition
public int TestInterval { get; set; }

Property Value

int

TestOnAlloc

Declaration

cs-api-definition
public bool TestOnAlloc { get; set; }

Property Value

bool

TestOnException

Declaration

cs-api-definition
public bool TestOnException { get; set; }

Property Value

bool

TestOnRelease

Declaration

cs-api-definition
public bool TestOnRelease { get; set; }

Property Value

bool

TestWhenIdle

Declaration

cs-api-definition
public bool TestWhenIdle { get; set; }

Property Value

bool

ValidateSQL

Declaration

cs-api-definition
public string ValidateSQL { get; set; }

Property Value

string