Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IDataSource Members

The IDataSource type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetExtensionData<(Of <<'(TTKey>)>>)
Gets the extension data.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method TestConnection
Tests the connection.
Public method TestConnectionAsync
Tests the connection asynchronously.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property AuditRules
Gets or sets the audit rules.
Public property Cache
Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.
Public property DatabaseMetadata
Gets the database metadata.
Public property Name
Gets the name of the data source.
Public property SequentialAccessMode
Gets or sets a value indicating whether to use CommandBehavior.SequentialAccess.
Public property StrictMode
Gets or sets a value indicating whether strict mode is enabled.
Public property UserValue
Gets or sets the user value to use with audit rules.

Events


  Name Description
Public event ExecutionCanceled
Raised when a executionDetails is canceled.
Public event ExecutionError
Raised when a procedure call fails.
Public event ExecutionFinished
Raised when a procedure call is successfully completed
Public event ExecutionStarted
Raised when a procedure call is started