OleDbCommandExecutionToken Members
The OleDbCommandExecutionToken type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
OleDbCommandExecutionToken |
Initializes a new instance of the OleDbCommandExecutionToken class.
|
Methods
Name | Description | |
---|---|---|
![]() |
ApplyCommandOverrides |
Applies the command overrides by calling OnBuildCommand, then firing the CommandBuilt event.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute |
Executes the specified implementation.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ExecuteAsync |
Executes the specified implementation asynchronously.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ExecuteStream |
Executes the specified implementation.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ExecuteStreamAsync |
Executes the specified implementation asynchronously.
(Inherited from CommandExecutionToken<(Of <(<'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.) |
![]() |
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.) |
![]() |
OnBuildCommand | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
PopulateCommand |
Populates a DbCommand with the values in the execution token. Then calls OnBuildCommand/RaiseCommandBuilt for any custom behavior.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
RaiseCommandExecuted |
Raises the command executed event.
(Inherited from ExecutionToken.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
CommandText |
Gets the command text, which is usually SQL.
(Inherited from ExecutionToken.) |
![]() |
CommandType |
Gets the type of the command.
(Inherited from ExecutionToken.) |
![]() |
DataSource |
Gets the data source.
(Inherited from ExecutionToken.) |
![]() |
HasCommandExecutedEvent |
Gets a value indicating whether this instance has command executed event.
(Inherited from ExecutionToken.) |
![]() |
HasOutputParameters |
Returns True if any parameter is marked as Output or InputOutput
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
OperationName |
Gets the name of the operation being performed.
(Inherited from ExecutionToken.) |
![]() |
Parameters |
Gets the parameters.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
Events
Name | Description | |
---|---|---|
![]() |
CommandBuilt |
Occurs when a command has been built.
(Inherited from ExecutionToken.) |
![]() |
CommandExecuted |
Occurs when a command has been built.
(Inherited from ExecutionToken.) |