DebugDatabase DB Field Fling OS
The underlying data context (generated by the VS designer) used to access the local Debug Database.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private static DatabaseDataContext DB

Field Value

Type: DatabaseDataContext
Remarks

Not to be accessed externally. All tasks should have a static method on this class to wrap it. This will allow extended management / optimisation in future.
See Also