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