Summary
Diagnostic, if Native Query can not be run optimized.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Diagnostic - Interfaces
- Base Types
-
- Object
- DiagnosticBase
graph BT
Type-->Base0["DiagnosticBase"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Diagnostic/DiagnosticBase"
Base0-->Base1["Object"]
Type-.->Interface0["IDiagnostic"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Diagnostic/IDiagnostic"
Type["NativeQueryNotOptimized"]
class Type type-node
Syntax
public class NativeQueryNotOptimized : DiagnosticBase, IDiagnostic
Remarks
Diagnostic, if Native Query can not be run optimized.
Constructors
Name | Summary |
---|---|
Native |
Methods
Name | Value | Summary |
---|---|---|
Problem |
string | |
Reason |
Object | |
Solution |
string | |
ToString |
string |
Inherited from DiagnosticBase
|