C# Класс Passive.Diagnostics.QueryTraceEventArgs

Class that describes the arguemnts to a query trace event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
QueryTraceEventArgs ( string sql, IEnumerable arguments, string context ) : System

Initializes a new instance of the QueryTraceEventArgs class.

Описание методов

QueryTraceEventArgs() публичный Метод

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.
Результат System