C# Class AnfiniL.SqlExpressProfiler.Logic.Trace

显示文件 Open project: ren85/free-sql-server-profiler

Public Methods

Method Description
ClearTrace ( ) : void

Clears the trace.

Trace ( ) : System

Initializes a new instance of the Trace class.

Trace ( IProfiler profiler, DataTable table, string traceName ) : System

Initializes a new instance of the Trace class.

Method Details

ClearTrace() public method

Clears the trace.
public ClearTrace ( ) : void
return void

Trace() public method

Initializes a new instance of the Trace class.
public Trace ( ) : System
return System

Trace() public method

Initializes a new instance of the Trace class.
public Trace ( IProfiler profiler, DataTable table, string traceName ) : System
profiler IProfiler The profiler.
table System.Data.DataTable The table.
traceName string
return System