GenericDbDataSource<(Of <(<'TConnection, TCommand, TParameter>)>)> Members
The GenericDbDataSource<(Of <(<'TConnection, TCommand, TParameter>)>)> type exposes the following members.
Constructors
Methods
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 GenericDbDataSource.) |
|
|
DatabaseMetadata |
Gets the database metadata.
(Inherited from DataSource.) |
|
|
DefaultCommandTimeout |
Gets or sets the default command timeout.
(Inherited from DataSource.) |
|
|
ExtensionCache | (Inherited from GenericDbDataSource.) |
|
|
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.) |
|
|
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.) |

