Click or drag to resize

ORMTraceSwitchNames Class

Defines the trace switch names used by the ORMSupportClasses.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesORMTraceSwitchNames

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static class ORMTraceSwitchNames

The ORMTraceSwitchNames type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberORMGeneral
The name of the trace switch 'ORMGeneral'
Public fieldStatic memberORMPersistenceExecution
The name of the trace switch 'ORMPersistenceExecution'
Public fieldStatic memberORMPlainSQLQueryExecution
The name of the trace switch 'ORMPlainSQLQueryExecution'
Public fieldStatic memberORMQueryExecution
The name of the trace switch 'ORMQueryExecution'
Public fieldStatic memberORMStateManagement
The name of the trace switch 'ORMStateManagement'
Top
See Also