DbLinkConfiguration
Namespace: TagBites.DB.Configuration
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbLinkConfigurationInheritance: object → DbLinkConfiguration
Constructors
Section titled “Constructors”DbLinkConfiguration()
Section titled “DbLinkConfiguration()”public DbLinkConfiguration()Properties
Section titled “Properties”AllowMissingRollbackInNestedTransaction
Section titled “AllowMissingRollbackInNestedTransaction”public bool AllowMissingRollbackInNestedTransaction { get; set; }Property Value
Section titled “Property Value”Default
Section titled “Default”public static DbLinkConfiguration Default { get; set; }Property Value
Section titled “Property Value”DefaultWindowSize
Section titled “DefaultWindowSize”public int DefaultWindowSize { get; set; }Property Value
Section titled “Property Value”ForceOnLinkCreate
Section titled “ForceOnLinkCreate”public bool ForceOnLinkCreate { get; set; }Property Value
Section titled “Property Value”ForceOnTransactionBegin
Section titled “ForceOnTransactionBegin”public bool ForceOnTransactionBegin { get; set; }Property Value
Section titled “Property Value”ImplicitCreateTransactionScopeIfNotExists
Section titled “ImplicitCreateTransactionScopeIfNotExists”public bool ImplicitCreateTransactionScopeIfNotExists { get; set; }Property Value
Section titled “Property Value”LinkCreateOnDifferentSystemTransaction
Section titled “LinkCreateOnDifferentSystemTransaction”public DbLinkCreateOnDifferentSystemTransaction LinkCreateOnDifferentSystemTransaction { get; set; }Property Value
Section titled “Property Value”DbLinkCreateOnDifferentSystemTransaction
MergeNextQueryWithDelayedBatchQuery
Section titled “MergeNextQueryWithDelayedBatchQuery”public bool MergeNextQueryWithDelayedBatchQuery { get; set; }Property Value
Section titled “Property Value”PostponeTransactionBeginOnConnectionOpenEvent
Section titled “PostponeTransactionBeginOnConnectionOpenEvent”public bool PostponeTransactionBeginOnConnectionOpenEvent { get; set; }Property Value
Section titled “Property Value”UseSystemTransactions
Section titled “UseSystemTransactions”public bool UseSystemTransactions { get; set; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Clone()
Section titled “Clone()”public DbLinkConfiguration Clone()