StatementEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |