C# Class TraceWizard.Data.TraceData

Show file Open project: tslater2006/Trace-Wizard Class Usage Examples

Public Properties

Property Type Description
AllExecutionCalls List
ExecutionPath List
MaxCallDepth long
SQLByFrom List
SQLByWhere List
SQLStatements List
StackTraces List
Statistics List

Property Details

AllExecutionCalls public property

public List AllExecutionCalls
return List

ExecutionPath public property

public List ExecutionPath
return List

MaxCallDepth public property

public long MaxCallDepth
return long

SQLByFrom public property

public List SQLByFrom
return List

SQLByWhere public property

public List SQLByWhere
return List

SQLStatements public property

public List SQLStatements
return List

StackTraces public property

public List StackTraces
return List

Statistics public property

public List Statistics
return List