Method | Description | |
---|---|---|
ExecutionEventArgs ( |
Initializes a new instance of the ExecutionEventArgs class.
|
|
ExecutionEventArgs ( |
Initializes a new instance of the ExecutionEventArgs class.
|
|
ExecutionEventArgs ( |
Initializes a new instance of the ExecutionEventArgs class.
|
|
ExecutionEventArgs ( |
Initializes a new instance of the ExecutionEventArgs class.
|
public ExecutionEventArgs ( |
||
executionDetails | The execution details. | |
startTime | DateTimeOffset | The start time. |
endTime | DateTimeOffset | The end time. |
error | The error. | |
state | object | User defined state, usually used for logging. |
return | System |
public ExecutionEventArgs ( |
||
executionDetails | The execution details. | |
startTime | DateTimeOffset | The start time. |
endTime | DateTimeOffset | The end time. |
rowsAffected | int | The number of rows affected. |
state | object | User defined state, usually used for logging. |
return | System |
public ExecutionEventArgs ( |
||
executionDetails | The execution details. | |
startTime | DateTimeOffset | The start time. |
endTime | DateTimeOffset | The end time. |
state | object | User defined state, usually used for logging. |
return | System |
public ExecutionEventArgs ( |
||
executionDetails | The execution details. | |
startTime | DateTimeOffset | The start time. |
state | object | User defined state, usually used for logging. |
return | System |