Skip to content
Auto
Products

DbLinkConfiguration

Namespace: TagBites.DB.Configuration
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class DbLinkConfiguration

Inheritance: object → DbLinkConfiguration

public DbLinkConfiguration()
public bool AllowMissingRollbackInNestedTransaction { get; set; }

bool

public static DbLinkConfiguration Default { get; set; }

DbLinkConfiguration

public int DefaultWindowSize { get; set; }

int

public bool ForceOnLinkCreate { get; set; }

bool

public bool ForceOnTransactionBegin { get; set; }

bool

public bool ImplicitCreateTransactionScopeIfNotExists { get; set; }

bool

public DbLinkCreateOnDifferentSystemTransaction LinkCreateOnDifferentSystemTransaction { get; set; }

DbLinkCreateOnDifferentSystemTransaction

public bool MergeNextQueryWithDelayedBatchQuery { get; set; }

bool

PostponeTransactionBeginOnConnectionOpenEvent

Section titled “PostponeTransactionBeginOnConnectionOpenEvent”
public bool PostponeTransactionBeginOnConnectionOpenEvent { get; set; }

bool

public bool UseSystemTransactions { get; set; }

bool

public DbLinkConfiguration Clone()

DbLinkConfiguration