IDbLinkContext
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public interface IDbLinkContext : TagBites.DB.IDbLink, System.IDisposableProperties
Section titled “Properties”public virtual DbLinkBag Bag { get; }Property Value
Section titled “Property Value”Database
Section titled “Database”public virtual string Database { get; set; }Property Value
Section titled “Property Value”IsActive
Section titled “IsActive”public virtual bool IsActive { get; }Property Value
Section titled “Property Value”IsExecuting
Section titled “IsExecuting”public virtual bool IsExecuting { get; }Property Value
Section titled “Property Value”LastExecuted
Section titled “LastExecuted”public virtual DateTime LastExecuted { get; }Property Value
Section titled “Property Value”Provider
Section titled “Provider”public virtual IDbLinkProvider Provider { get; }Property Value
Section titled “Property Value”SynchRoot
Section titled “SynchRoot”public virtual object SynchRoot { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”CreateLink()
Section titled “CreateLink()”public virtual IDbLink CreateLink()Returns
Section titled “Returns”Events
Section titled “Events”ConnectionClosed
Section titled “ConnectionClosed”public virtual EventHandler ConnectionClosedEvent Type
Section titled “Event Type”ConnectionLost
Section titled “ConnectionLost”public virtual EventHandler<DbLinkConnectionLostEventArgs> ConnectionLostEvent Type
Section titled “Event Type”EventHandler<DbLinkConnectionLostEventArgs>
ConnectionOpened
Section titled “ConnectionOpened”public virtual EventHandler ConnectionOpenedEvent Type
Section titled “Event Type”ExceptionFormatting
Section titled “ExceptionFormatting”public virtual EventHandler<DbExceptionFormatEventArgs> ExceptionFormattingEvent Type
Section titled “Event Type”EventHandler<DbExceptionFormatEventArgs>
InfoMessageReceived
Section titled “InfoMessageReceived”public virtual EventHandler<DbLinkInfoMessageEventArgs> InfoMessageReceivedEvent Type
Section titled “Event Type”EventHandler<DbLinkInfoMessageEventArgs>
QueryExecuted
Section titled “QueryExecuted”public virtual EventHandler<DbLinkQueryExecutedEventArgs> QueryExecutedEvent Type
Section titled “Event Type”EventHandler<DbLinkQueryExecutedEventArgs>
QueryExecuting
Section titled “QueryExecuting”public virtual EventHandler<DbLinkQueryExecutingEventArgs> QueryExecutingEvent Type
Section titled “Event Type”EventHandler<DbLinkQueryExecutingEventArgs>
TransactionBegan
Section titled “TransactionBegan”public virtual EventHandler TransactionBeganEvent Type
Section titled “Event Type”TransactionBeginning
Section titled “TransactionBeginning”public virtual EventHandler TransactionBeginningEvent Type
Section titled “Event Type”TransactionClosed
Section titled “TransactionClosed”public virtual EventHandler<DbLinkTransactionCloseEventArgs> TransactionClosedEvent Type
Section titled “Event Type”EventHandler<DbLinkTransactionCloseEventArgs>
TransactionCommiting
Section titled “TransactionCommiting”public virtual EventHandler TransactionCommitingEvent Type
Section titled “Event Type”TransactionContextBegan
Section titled “TransactionContextBegan”public virtual EventHandler TransactionContextBeganEvent Type
Section titled “Event Type”TransactionContextClosed
Section titled “TransactionContextClosed”public virtual EventHandler<DbLinkTransactionContextCloseEventArgs> TransactionContextClosed