C# Class Passive.Diagnostics.QueryTraceEventArgs

Class that describes the arguemnts to a query trace event.
Inheritance: System.EventArgs
ファイルを表示 Open project: Talljoe/Passive Class Usage Examples

Public Methods

Method Description
QueryTraceEventArgs ( string sql, IEnumerable arguments, string context ) : System

Initializes a new instance of the QueryTraceEventArgs class.

Method Details

QueryTraceEventArgs() public method

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.
return System