SQLiteOperationExecutionToken Members
The SQLiteOperationExecutionToken type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SQLiteOperationExecutionToken |
Initializes a new instance of the SQLiteOperationExecutionToken class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute |
Executes the specified implementation.
(Inherited from OperationExecutionToken<(Of <(<'TConnection, TTransaction>)>)>.) |
![]() |
ExecuteAsync |
Executes the specified implementation asynchronously.
(Inherited from OperationExecutionToken<(Of <(<'TConnection, TTransaction>)>)>.) |
![]() |
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.) |
![]() |
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.) |
![]() |
LockType |
Indicates whether or not the operation may perform writes.
|
![]() |
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.) |