C# 클래스 Passive.Diagnostics.QueryTraceEventArgs

Class that describes the arguemnts to a query trace event.
상속: System.EventArgs
파일 보기 프로젝트 열기: Talljoe/Passive 1 사용 예제들

공개 메소드들

메소드 설명
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