Enum TraceInfoStep
Tracing steps for the DataConnection trace events.
public enum TraceInfoStep
- Extension Methods
Fields
AfterExecute = 1
Occurs after a command is executed.
BeforeExecute = 0
Occurs before executing a command.
Completed = 4
Occurs when an operation is completed and its associated DataReader is closed.
Error = 2
Occurs when an error happened during the command execution.
MapperCreated = 3
Occurs when the result mapper was created.