skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • MCP Servers
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    MCP Servers

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

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.Boolean

AllowNonNullableColumnsInVerticalInheritance

Declaration
public bool AllowNonNullableColumnsInVerticalInheritance { get; set; }
Property Value
System.Boolean

AllowReadAfterDelete

Declaration
public bool? AllowReadAfterDelete { get; set; }
Property Value
System.Nullable<System.Boolean>

AllowReadAfterDispose

Declaration
public bool? AllowReadAfterDispose { get; set; }
Property Value
System.Nullable<System.Boolean>

CacheReferenceType

Declaration
public CacheReferenceType CacheReferenceType { get; set; }
Property Value
CacheReferenceType

CheckObjectConsistencyOnCommit

Declaration
public bool CheckObjectConsistencyOnCommit { get; set; }
Property Value
System.Boolean

CheckSchemaConsistencyOnStartup

Declaration
public bool CheckSchemaConsistencyOnStartup { get; set; }
Property Value
System.Boolean

ClassBehavior

Declaration
public DataAccessKind ClassBehavior { get; set; }
Property Value
DataAccessKind

CloseDatabaseWithActiveTransactions

Declaration
public bool CloseDatabaseWithActiveTransactions { get; set; }
Property Value
System.Boolean

CloseScopesWithActiveTransaction

Declaration
public bool CloseScopesWithActiveTransaction { get; set; }
Property Value
System.Boolean

CommandTimeout

Declaration
public int CommandTimeout { get; set; }
Property Value
System.Int32

CompiledQueryCacheSize

Declaration
public int CompiledQueryCacheSize { get; set; }
Property Value
System.Int32

Concurrency

Declaration
public TransactionMode Concurrency { get; set; }
Property Value
TransactionMode

DatabaseTransactionLocking

Declaration
[Obsolete("Use the Concurrency property instead.")]
public string DatabaseTransactionLocking { get; set; }
Property Value
System.String

DefaultStreamBufferSize

Declaration
public int DefaultStreamBufferSize { get; set; }
Property Value
System.Int32

HasTempTables

Declaration
public bool HasTempTables { get; set; }
Property Value
System.Boolean

Hyperdrive

Declaration
public bool Hyperdrive { get; set; }
Property Value
System.Boolean

InterceptDefaultFetchGroupFieldAccess

Declaration
public bool InterceptDefaultFetchGroupFieldAccess { get; set; }
Property Value
System.Boolean

LikeWithEscape

Declaration
public bool LikeWithEscape { get; set; }
Property Value
System.Boolean

LockSqlSuffix

Declaration
public string LockSqlSuffix { get; set; }
Property Value
System.String

LockTimeoutMSec

Declaration
public int LockTimeoutMSec { get; set; }
Property Value
System.Int32

MediumTrust

Declaration
public bool MediumTrust { get; set; }
Property Value
System.Boolean

MetricCapacity

Declaration
[Obsolete("Use Logging.Downloader.MetricStoreCapacity instead.")]
public int MetricCapacity { get; set; }
Property Value
System.Int32

MetricInterval

Declaration
[Obsolete("Use Logging.Downloader.MetricSnapshotIntervalMSec instead.")]
public int MetricInterval { get; set; }
Property Value
System.Int32

NullsFirst

Declaration
public bool NullsFirst { get; set; }
Property Value
System.Boolean

OnlyMetadata

Declaration
public bool OnlyMetadata { get; set; }
Property Value
System.Boolean

Optimistic

Declaration
[Obsolete("Use the Concurrency property instead.")]
public bool Optimistic { get; set; }
Property Value
System.Boolean

ParallelFetchingEnabled

Declaration
public bool ParallelFetchingEnabled { get; set; }
Property Value
System.Boolean

PerformanceCounter

Declaration
public bool PerformanceCounter { get; set; }
Property Value
System.Boolean

PerformanceCounterName

Declaration
public string PerformanceCounterName { get; set; }
Property Value
System.String

PrepareCommands

Declaration
public bool PrepareCommands { get; set; }
Property Value
System.Boolean

ReadOnly

Declaration
public bool ReadOnly { get; set; }
Property Value
System.Boolean

ReadWithoutTransactions

Declaration
public bool ReadWithoutTransactions { get; set; }
Property Value
System.Boolean

RequirePersistentClasses

Declaration
public bool RequirePersistentClasses { get; set; }
Property Value
System.Boolean

RetainConnectionInOptimisticTransaction

Declaration
public string RetainConnectionInOptimisticTransaction { get; set; }
Property Value
System.String

ReturnNullForRowNotFound

Declaration
public bool ReturnNullForRowNotFound { get; set; }
Property Value
System.Boolean

ScopeImplementationPoolEnabled

Declaration
public bool ScopeImplementationPoolEnabled { get; set; }
Property Value
System.Boolean

ScopeImplementationPoolMaxIdle

Declaration
public int ScopeImplementationPoolMaxIdle { get; set; }
Property Value
System.Int32

StatementBatchingEnabled

Declaration
public bool StatementBatchingEnabled { get; set; }
Property Value
System.Boolean

StatementBatchingSize

Declaration
public int StatementBatchingSize { get; set; }
Property Value
System.Int32

StatementBatchingThreshold

Declaration
public int StatementBatchingThreshold { get; set; }
Property Value
System.Int32

SupportConcurrentThreadsInScope

Declaration
public bool SupportConcurrentThreadsInScope { get; set; }
Property Value
System.Boolean

UseUTCForAutoSetValues

Declaration
public bool UseUTCForAutoSetValues { get; set; }
Property Value
System.Boolean

UseUTCForReadValues

Declaration
public bool UseUTCForReadValues { get; set; }
Property Value
System.Boolean

WriteArtificialTypesToDisk

Declaration
public bool WriteArtificialTypesToDisk { get; set; }
Property Value
System.Boolean

Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.