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

DataSource Members

The DataSource type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetExtensionData<(Of <<'(TTKey>)>>)
Gets the extension data.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnExecutionCanceled(ExecutionEventArgs)
Raises the ExecutionCanceled event.
Public method OnExecutionError(ExecutionEventArgs)
Raises the ExecutionError event.
Public method OnExecutionFinished(ExecutionEventArgs)
Raises the ExecutionFinished event.
Public method OnExecutionStarted(ExecutionEventArgs)
Raises the ExecutionStarted event.
Public method TestConnection
Tests the connection.
Public method TestConnectionAsync
Tests the connection asynchronously.
Public method ToString
Returns a string that represents the current object.
(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 DefaultCommandTimeout
Gets or sets the default command timeout.
Public property Name
Gets the name of the data source.
Public property SequentialAccessMode
Gets a value indicating whether to use CommandBehavior.SequentialAccess.
Public property StrictMode
Gets a value indicating whether strict mode is enabled.
Public property SuppressGlobalEvents
Gets or sets a value indicating whether to suppress global events.
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
Public event Static member GlobalExecutionCanceled
Raised when a executionDetails is canceled in any dispatcher.
Public event Static member GlobalExecutionError
Raised when a procedure call fails in any dispatcher.
Public event Static member GlobalExecutionFinished
Raised when a procedure call is successfully completed in any dispatcher
Public event Static member GlobalExecutionStarted
Raised when a procedure call is started in any dispatcher