AccessOperationExecutionToken Members
The AccessOperationExecutionToken type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
AccessOperationExecutionToken |
Initializes a new instance of the AccessOperationExecutionToken class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute | (Inherited from OperationExecutionToken<(Of <(<'TConnection, TTransaction>)>)>.) |
|
|
ExecuteAsync | (Inherited from OperationExecutionToken<(Of <(<'TConnection, TTransaction>)>)>.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RaiseCommandExecuted | (Inherited from ExecutionToken.) |
|
|
ToString | (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.) |
|
|
OperationName |
Gets the name of the operation being performed.
(Inherited from ExecutionToken.) |
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.) |

