OleDbSqlServerDataSource Methods
The OleDbSqlServerDataSource type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BeginTransaction |
Creates a new transaction
|
|
|
BeginTransactionAsync |
Creates a new transaction
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
ExecuteStream(CommandExecutionToken<(Of <<'(OleDbCommand, OleDbParameter>)>>), StreamingCommandImplementation<(Of <<'(OleDbCommand>)>>), Nullable<(Of <<'(Object>)>>)) |
Executes the specified implementation.
|
|
|
ExecuteStream(CommandExecutionToken<(Of <<'(UTP, UTP>)>>), StreamingCommandImplementation<(Of <<'(UTP>)>>), Object) | (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 <<'(UTP, UTP>)>>), StreamingCommandImplementationAsync<(Of <<'(UTP>)>>), CancellationToken, Object) | (Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEffectiveSettings |
Gets the options that are currently in effect. This takes into account server-defined defaults.
|
|
|
GetEffectiveSettingsAsync |
Gets the options that are currently in effect. This takes into account server-defined defaults.
|
|
|
GetExtensionData<(Of <<'(TTKey>)>>) |
Gets the extension data.
(Inherited from DataSource.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnExecutionCanceled(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Object) | (Inherited from DataSource.) |
|
|
OnExecutionError(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Object) | (Inherited from DataSource.) |
|
|
OnExecutionFinished(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Object) | (Inherited from DataSource.) |
|
|
OnExecutionStarted(ExecutionEventArgs) | (Inherited from DataSource.) |
|
|
OnExecutionStarted(ExecutionToken, DateTimeOffset, Object) | (Inherited from DataSource.) |
|
|
OnGetDatabaseMetadata | (Inherited from OleDbSqlServerDataSourceBase.) |
|
|
TestConnection |
Tests the connection.
(Inherited from DataSource.) |
|
|
TestConnectionAsync |
Tests the connection asynchronously.
(Inherited from DataSource.) |
|
|
ToString | (Inherited from Object.) |
|
|
WithSettings |
Creates a new data source with the indicated changes to the settings.
|

