ExecutionToken Members
The ExecutionToken type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RaiseCommandExecuted |
Raises the command executed event.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
CommandText |
Gets the command text, which is usually SQL.
|
|
|
CommandType |
Gets the type of the command.
|
|
|
DataSource |
Gets the data source.
|
|
|
HasCommandExecutedEvent |
Gets a value indicating whether this instance has command executed event.
|
|
|
OperationName |
Gets the name of the operation being performed.
|
Events
| Name | Description | |
|---|---|---|
|
|
CommandBuilt |
Occurs when a command has been built.
|
|
|
CommandExecuted |
Occurs when a command has been built.
|

