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

Name Description
StatementEventArgs(String, DateTime)

TBD

Properties

Name Description
SqlStatement

statement executed

TimeStamp

execution time

Methods

Name Description
ToString()

string representation

Applies to