OleDbSqlServerTransactionalDataSource Members
The OleDbSqlServerTransactionalDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
OleDbSqlServerTransactionalDataSource(OleDbSqlServerDataSource, Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(IsolationLevel>)>>), Boolean) |
Initializes a new instance of the OleDbSqlServerTransactionalDataSource class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
ExecuteStream(CommandExecutionToken<(Of <<'(OleDbCommand, OleDbParameter>)>>), StreamingCommandImplementation<(Of <<'(OleDbCommand>)>>), Nullable<(Of <<'(Object>)>>)) |
Executes the specified implementation.
|
![]() |
ExecuteStream(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementation<(Of <<'(TCommand>)>>), Nullable<(Of <<'(Object>)>>)) |
Executes the specified implementation.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.) |
![]() |
ExecuteStreamAsync(CommandExecutionToken<(Of <<'(OleDbCommand, OleDbParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(OleDbCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>)) |
Executes the specified implementation asynchronously.
|
![]() |
ExecuteStreamAsync(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(TCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>)) |
Executes the specified implementation asynchronously.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetExtensionData<(Of <<'(TTKey>)>>) |
Gets the extension data.
(Inherited from DataSource.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnExecutionCanceled(ExecutionEventArgs) |
Raises the ExecutionCanceled event.
(Inherited from DataSource.) |
![]() |
OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
![]() |
OnExecutionError(ExecutionEventArgs) |
Raises the ExecutionError event.
(Inherited from DataSource.) |
![]() |
OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
![]() |
OnExecutionFinished(ExecutionEventArgs) |
Raises the ExecutionFinished event.
(Inherited from DataSource.) |
![]() |
OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
![]() |
OnExecutionStarted(ExecutionEventArgs) |
Raises the ExecutionStarted event.
(Inherited from DataSource.) |
![]() |
OnExecutionStarted(ExecutionToken, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) | (Inherited from DataSource.) |
![]() |
OnGetDatabaseMetadata | (Inherited from OleDbSqlServerDataSourceBase.) |
![]() |
TestConnection |
Tests the connection.
(Inherited from DataSource.) |
![]() |
TestConnectionAsync |
Tests the connection asynchronously.
(Inherited from DataSource.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
AuditRules |
Gets or sets the audit rules.
(Inherited from DataSource.) |
![]() |
Cache |
Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.
(Inherited from DataSource.) |
![]() |
DatabaseMetadata |
Gets the database metadata.
(Inherited from OleDbSqlServerDataSourceBase.) |
![]() |
DefaultCommandTimeout |
Gets or sets the default command timeout.
(Inherited from DataSource.) |
![]() |
ExtensionCache | (Inherited from DataSource.) |
![]() |
Name |
Gets the name of the data source.
(Inherited from DataSource.) |
![]() |
SequentialAccessMode |
Gets a value indicating whether to use CommandBehavior.SequentialAccess.
(Inherited from DataSource.) |
![]() |
StrictMode |
Gets a value indicating whether strict mode is enabled.
(Inherited from DataSource.) |
![]() |
SuppressGlobalEvents |
Gets or sets a value indicating whether to suppress global events.
(Inherited from DataSource.) |
![]() |
TransactionName |
Gets the name of the transaction.
|
![]() |
UserValue |
Gets or sets the user value to use with audit rules.
(Inherited from DataSource.) |
Events
Name | Description | |
---|---|---|
![]() |
ExecutionCanceled |
Raised when a executionDetails is canceled.
(Inherited from DataSource.) |
![]() |
ExecutionError |
Raised when a procedure call fails.
(Inherited from DataSource.) |
![]() |
ExecutionFinished |
Raised when a procedure call is successfully completed
(Inherited from DataSource.) |
![]() |
ExecutionStarted |
Raised when a procedure call is started
(Inherited from DataSource.) |