Class
BackendConfiguration.RuntimeConfiguration

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public sealed class BackendConfiguration.RuntimeConfiguration

Inheritance: objectBackendConfiguration.RuntimeConfiguration

Properties

AllowCascadeDelete

Declaration

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

Property Value

bool

AllowNonNullableColumnsInVerticalInheritance

Declaration

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

Property Value

bool

AllowReadAfterDelete

Declaration

cs-api-definition
public bool? AllowReadAfterDelete { get; set; }

Property Value

bool?

AllowReadAfterDispose

Declaration

cs-api-definition
public bool? AllowReadAfterDispose { get; set; }

Property Value

bool?

CacheReferenceType

Declaration

cs-api-definition
public CacheReferenceType CacheReferenceType { get; set; }

Property Value

CacheReferenceType

CheckObjectConsistencyOnCommit

Declaration

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

Property Value

bool

CheckSchemaConsistencyOnStartup

Declaration

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

Property Value

bool

ClassBehavior

Declaration

cs-api-definition
public DataAccessKind ClassBehavior { get; set; }

Property Value

DataAccessKind

CloseDatabaseWithActiveTransactions

Declaration

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

Property Value

bool

CloseScopesWithActiveTransaction

Declaration

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

Property Value

bool

CommandTimeout

Declaration

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

Property Value

int

CompiledQueryCacheSize

Declaration

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

Property Value

int

Concurrency

Declaration

cs-api-definition
public TransactionMode Concurrency { get; set; }

Property Value

TransactionMode

DefaultStreamBufferSize

Declaration

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

Property Value

int

HasTempTables

Declaration

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

Property Value

bool

Hyperdrive

Declaration

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

Property Value

bool

InterceptDefaultFetchGroupFieldAccess

Declaration

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

Property Value

bool

LikeWithEscape

Declaration

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

Property Value

bool

LockSqlSuffix

Declaration

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

Property Value

string

LockTimeoutMSec

Declaration

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

Property Value

int

MediumTrust

Declaration

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

Property Value

bool

NullsFirst

Declaration

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

Property Value

bool

OnlyMetadata

Declaration

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

Property Value

bool

ParallelFetchingEnabled

Declaration

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

Property Value

bool

PerformanceCounter

Declaration

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

Property Value

bool

PerformanceCounterName

Declaration

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

Property Value

string

PrepareCommands

Declaration

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

Property Value

bool

ReadOnly

Declaration

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

Property Value

bool

ReadWithoutTransactions

Declaration

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

Property Value

bool

RequirePersistentClasses

Declaration

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

Property Value

bool

RetainConnectionInOptimisticTransaction

Declaration

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

Property Value

string

ReturnNullForRowNotFound

Declaration

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

Property Value

bool

ScopeImplementationPoolEnabled

Declaration

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

Property Value

bool

ScopeImplementationPoolMaxIdle

Declaration

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

Property Value

int

StatementBatchingEnabled

Declaration

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

Property Value

bool

StatementBatchingSize

Declaration

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

Property Value

int

StatementBatchingThreshold

Declaration

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

Property Value

int

SupportConcurrentThreadsInScope

Declaration

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

Property Value

bool

UseUTCForAutoSetValues

Declaration

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

Property Value

bool

UseUTCForReadValues

Declaration

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

Property Value

bool

WriteArtificialTypesToDisk

Declaration

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

Property Value

bool