ClassBackendConfiguration.RuntimeConfiguration
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
public sealed class BackendConfiguration.RuntimeConfiguration
Inheritance: objectBackendConfiguration.RuntimeConfiguration
Properties
AllowCascadeDelete
Declaration
public bool AllowCascadeDelete { get; set; }
Property Value
bool
AllowNonNullableColumnsInVerticalInheritance
Declaration
public bool AllowNonNullableColumnsInVerticalInheritance { get; set; }
Property Value
bool
AllowReadAfterDelete
Declaration
public bool? AllowReadAfterDelete { get; set; }
Property Value
bool?
AllowReadAfterDispose
Declaration
public bool? AllowReadAfterDispose { get; set; }
Property Value
bool?
CacheReferenceType
Declaration
public CacheReferenceType CacheReferenceType { get; set; }
Property Value
CheckObjectConsistencyOnCommit
Declaration
public bool CheckObjectConsistencyOnCommit { get; set; }
Property Value
bool
CheckSchemaConsistencyOnStartup
Declaration
public bool CheckSchemaConsistencyOnStartup { get; set; }
Property Value
bool
ClassBehavior
Declaration
public DataAccessKind ClassBehavior { get; set; }
Property Value
CloseDatabaseWithActiveTransactions
Declaration
public bool CloseDatabaseWithActiveTransactions { get; set; }
Property Value
bool
CloseScopesWithActiveTransaction
Declaration
public bool CloseScopesWithActiveTransaction { get; set; }
Property Value
bool
CommandTimeout
Declaration
public int CommandTimeout { get; set; }
Property Value
int
CompiledQueryCacheSize
Declaration
public int CompiledQueryCacheSize { get; set; }
Property Value
int
Concurrency
Declaration
public TransactionMode Concurrency { get; set; }
Property Value
DefaultStreamBufferSize
Declaration
public int DefaultStreamBufferSize { get; set; }
Property Value
int
HasTempTables
Declaration
public bool HasTempTables { get; set; }
Property Value
bool
Hyperdrive
Declaration
public bool Hyperdrive { get; set; }
Property Value
bool
InterceptDefaultFetchGroupFieldAccess
Declaration
public bool InterceptDefaultFetchGroupFieldAccess { get; set; }
Property Value
bool
LikeWithEscape
Declaration
public bool LikeWithEscape { get; set; }
Property Value
bool
LockSqlSuffix
Declaration
public string LockSqlSuffix { get; set; }
Property Value
string
LockTimeoutMSec
Declaration
public int LockTimeoutMSec { get; set; }
Property Value
int
MediumTrust
Declaration
public bool MediumTrust { get; set; }
Property Value
bool
NullsFirst
Declaration
public bool NullsFirst { get; set; }
Property Value
bool
OnlyMetadata
Declaration
public bool OnlyMetadata { get; set; }
Property Value
bool
ParallelFetchingEnabled
Declaration
public bool ParallelFetchingEnabled { get; set; }
Property Value
bool
PerformanceCounter
Declaration
public bool PerformanceCounter { get; set; }
Property Value
bool
PerformanceCounterName
Declaration
public string PerformanceCounterName { get; set; }
Property Value
string
PrepareCommands
Declaration
public bool PrepareCommands { get; set; }
Property Value
bool
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
bool
ReadWithoutTransactions
Declaration
public bool ReadWithoutTransactions { get; set; }
Property Value
bool
RequirePersistentClasses
Declaration
public bool RequirePersistentClasses { get; set; }
Property Value
bool
RetainConnectionInOptimisticTransaction
Declaration
public string RetainConnectionInOptimisticTransaction { get; set; }
Property Value
string
ReturnNullForRowNotFound
Declaration
public bool ReturnNullForRowNotFound { get; set; }
Property Value
bool
ScopeImplementationPoolEnabled
Declaration
public bool ScopeImplementationPoolEnabled { get; set; }
Property Value
bool
ScopeImplementationPoolMaxIdle
Declaration
public int ScopeImplementationPoolMaxIdle { get; set; }
Property Value
int
StatementBatchingEnabled
Declaration
public bool StatementBatchingEnabled { get; set; }
Property Value
bool
StatementBatchingSize
Declaration
public int StatementBatchingSize { get; set; }
Property Value
int
StatementBatchingThreshold
Declaration
public int StatementBatchingThreshold { get; set; }
Property Value
int
SupportConcurrentThreadsInScope
Declaration
public bool SupportConcurrentThreadsInScope { get; set; }
Property Value
bool
UseUTCForAutoSetValues
Declaration
public bool UseUTCForAutoSetValues { get; set; }
Property Value
bool
UseUTCForReadValues
Declaration
public bool UseUTCForReadValues { get; set; }
Property Value
bool
WriteArtificialTypesToDisk
Declaration
public bool WriteArtificialTypesToDisk { get; set; }
Property Value
bool