StatementEventArgs Class

Definition

This class contains the details of an executed Sql statement.

public class StatementEventArgs : EventArgs
type StatementEventArgs = class
    inherit EventArgs
Public Class StatementEventArgs
Inherits EventArgs
Inheritance
StatementEventArgs

Constructors

StatementEventArgs(String, DateTime)

TBD

Properties

SqlStatement

statement executed

TimeStamp

execution time

Methods

ToString()

string representation

Applies to