Class BackendConfiguration.RuntimeConfiguration
Inheritance
System.Object
BackendConfiguration.RuntimeConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class RuntimeConfiguration
Properties
AllowCascadeDelete
Declaration
public bool AllowCascadeDelete { get; set; }
Property Value
System.
|
AllowNonNullableColumnsInVerticalInheritance
Declaration
public bool AllowNonNullableColumnsInVerticalInheritance { get; set; }
Property Value
System.
|
AllowReadAfterDelete
Declaration
public bool? AllowReadAfterDelete { get; set; }
Property Value
System.
|
AllowReadAfterDispose
Declaration
public bool? AllowReadAfterDispose { get; set; }
Property Value
System.
|
CacheReferenceType
Declaration
public CacheReferenceType CacheReferenceType { get; set; }
Property Value
CheckObjectConsistencyOnCommit
Declaration
public bool CheckObjectConsistencyOnCommit { get; set; }
Property Value
System.
|
CheckSchemaConsistencyOnStartup
Declaration
public bool CheckSchemaConsistencyOnStartup { get; set; }
Property Value
System.
|
ClassBehavior
CloseDatabaseWithActiveTransactions
Declaration
public bool CloseDatabaseWithActiveTransactions { get; set; }
Property Value
System.
|
CloseScopesWithActiveTransaction
Declaration
public bool CloseScopesWithActiveTransaction { get; set; }
Property Value
System.
|
CommandTimeout
Declaration
public int CommandTimeout { get; set; }
Property Value
System.
|
CompiledQueryCacheSize
Declaration
public int CompiledQueryCacheSize { get; set; }
Property Value
System.
|
Concurrency
DatabaseTransactionLocking
Declaration
[Obsolete("Use the Concurrency property instead.")]
public string DatabaseTransactionLocking { get; set; }
Property Value
System.
|
DefaultStreamBufferSize
Declaration
public int DefaultStreamBufferSize { get; set; }
Property Value
System.
|
HasTempTables
Declaration
public bool HasTempTables { get; set; }
Property Value
System.
|
Hyperdrive
Declaration
public bool Hyperdrive { get; set; }
Property Value
System.
|
InterceptDefaultFetchGroupFieldAccess
Declaration
public bool InterceptDefaultFetchGroupFieldAccess { get; set; }
Property Value
System.
|
LikeWithEscape
Declaration
public bool LikeWithEscape { get; set; }
Property Value
System.
|
LockSqlSuffix
Declaration
public string LockSqlSuffix { get; set; }
Property Value
System.
|
LockTimeoutMSec
Declaration
public int LockTimeoutMSec { get; set; }
Property Value
System.
|
MediumTrust
Declaration
public bool MediumTrust { get; set; }
Property Value
System.
|
MetricCapacity
Declaration
[Obsolete("Use Logging.Downloader.MetricStoreCapacity instead.")]
public int MetricCapacity { get; set; }
Property Value
System.
|
MetricInterval
Declaration
[Obsolete("Use Logging.Downloader.MetricSnapshotIntervalMSec instead.")]
public int MetricInterval { get; set; }
Property Value
System.
|
NullsFirst
Declaration
public bool NullsFirst { get; set; }
Property Value
System.
|
OnlyMetadata
Declaration
public bool OnlyMetadata { get; set; }
Property Value
System.
|
Optimistic
Declaration
[Obsolete("Use the Concurrency property instead.")]
public bool Optimistic { get; set; }
Property Value
System.
|
ParallelFetchingEnabled
Declaration
public bool ParallelFetchingEnabled { get; set; }
Property Value
System.
|
PerformanceCounter
Declaration
public bool PerformanceCounter { get; set; }
Property Value
System.
|
PerformanceCounterName
Declaration
public string PerformanceCounterName { get; set; }
Property Value
System.
|
PrepareCommands
Declaration
public bool PrepareCommands { get; set; }
Property Value
System.
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
System.
|
ReadWithoutTransactions
Declaration
public bool ReadWithoutTransactions { get; set; }
Property Value
System.
|
RequirePersistentClasses
Declaration
public bool RequirePersistentClasses { get; set; }
Property Value
System.
|
RetainConnectionInOptimisticTransaction
Declaration
public string RetainConnectionInOptimisticTransaction { get; set; }
Property Value
System.
|
ReturnNullForRowNotFound
Declaration
public bool ReturnNullForRowNotFound { get; set; }
Property Value
System.
|
ScopeImplementationPoolEnabled
Declaration
public bool ScopeImplementationPoolEnabled { get; set; }
Property Value
System.
|
ScopeImplementationPoolMaxIdle
Declaration
public int ScopeImplementationPoolMaxIdle { get; set; }
Property Value
System.
|
StatementBatchingEnabled
Declaration
public bool StatementBatchingEnabled { get; set; }
Property Value
System.
|
StatementBatchingSize
Declaration
public int StatementBatchingSize { get; set; }
Property Value
System.
|
StatementBatchingThreshold
Declaration
public int StatementBatchingThreshold { get; set; }
Property Value
System.
|
SupportConcurrentThreadsInScope
Declaration
public bool SupportConcurrentThreadsInScope { get; set; }
Property Value
System.
|
UseUTCForAutoSetValues
Declaration
public bool UseUTCForAutoSetValues { get; set; }
Property Value
System.
|
UseUTCForReadValues
Declaration
public bool UseUTCForReadValues { get; set; }
Property Value
System.
|
WriteArtificialTypesToDisk
Declaration
public bool WriteArtificialTypesToDisk { get; set; }
Property Value
System.
|