C# Class TraceWizard.Data.TraceData

显示文件 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_oe property

public List AllExecutionCalls
return List

ExecutionPath public_oe property

public List ExecutionPath
return List

MaxCallDepth public_oe property

public long MaxCallDepth
return long

SQLByFrom public_oe property

public List SQLByFrom
return List

SQLByWhere public_oe property

public List SQLByWhere
return List

SQLStatements public_oe property

public List SQLStatements
return List

StackTraces public_oe property

public List StackTraces
return List

Statistics public_oe property

public List Statistics
return List