StatementEventArgs Members

Include Protected Members
Include Inherited Members

The StatementEventArgs class represents the arguments used when a statement event is raised.

The StatementEventArgs type exposes the following members.

Constructors

  Name Description
Public method StatementEventArgs(String, DateTime) Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String value that represents the StatementEventArgs object. (Overrides Object.ToString().)

Top

Properties

  Name Description
Public property SqlStatement Gets the Transact-SQL statement that caused the statement event.
Public property TimeStamp Gets the time and date when the statement event occurred.

Top