ExecutionEventArgs Properties
The ExecutionEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Duration |
Gets the duration of the request, if available.
|
![]() |
EndTime |
Gets the end time.
|
![]() |
Error |
Gets the error.
|
![]() |
ExecutionDetails |
Gets the details of the execution.
|
![]() |
RowsAffected |
If available, this shows the number of rows affected by the execution.
|
![]() |
StartTime |
Gets the start time.
|
![]() |
State |
Gets the user-defined state.
|