C# Class Passive.Diagnostics.QueryTraceEventArgs

Class that describes the arguemnts to a query trace event.
Inheritance: System.EventArgs
Afficher le fichier Open project: Talljoe/Passive Class Usage Examples

Méthodes publiques

Méthode Description
QueryTraceEventArgs ( string sql, IEnumerable arguments, string context ) : System

Initializes a new instance of the QueryTraceEventArgs class.

Method Details

QueryTraceEventArgs() public méthode

Initializes a new instance of the QueryTraceEventArgs class.
public QueryTraceEventArgs ( string sql, IEnumerable arguments, string context ) : System
sql string The SQL.
arguments IEnumerable The arguments.
context string The context.
Résultat System