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