The FilteredOut event is fired if a profiler log entry is excluded from the log by a filter.
Namespace:
Huagati.LinqToSQL.ProfilerAssembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033
Syntax
| C# |
|---|
public event QueryProfiler..::.FilteredOutDelegate FilteredOut |
| Visual Basic (Declaration) |
|---|
Public Event FilteredOut As QueryProfiler..::.FilteredOutDelegate |
| Visual C++ |
|---|
public: event QueryProfiler..::.FilteredOutDelegate^ FilteredOut { void add (QueryProfiler..::.FilteredOutDelegate^ value); void remove (QueryProfiler..::.FilteredOutDelegate^ value); } |