Table of Contents

Class Configuration.Data

Namespace
LinqToDB.Common
Assembly
linq2db.dll
public static class Configuration.Data
Inheritance
Configuration.Data

Fields

BulkCopyUseConnectionCommandTimeout

Controls behavior of bulk copy timeout if BulkCopyTimeout is not provided.

  • if true - the current timeout on the DataConnection is used
  • if false - command timeout is infinite. Default value: false.
public static bool BulkCopyUseConnectionCommandTimeout

Field Value

bool

ThrowOnDisposed

Enables throwing of ObjectDisposedException when access disposed DataConnection instance. Default value: true.

public static bool ThrowOnDisposed

Field Value

bool