- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query .Result - Interfaces
-
- IQueryResult
- IEnumerable
- Base Types
-
- Object
- AbstractQueryResult
- Derived Types
graph BT
Type-->Base0["AbstractQueryResult"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/AbstractQueryResult"
Base0-->Base1["Object"]
Type-.->Interface0["IQueryResult"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/IQueryResult"
Type-.->Interface1["IEnumerable"]
Type["AbstractLateQueryResult"]
class Type type-node
Derived0["SnapShotQueryResult"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/SnapShotQueryResult"
Derived1["LazyQueryResult"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Result/LazyQueryResult"
Syntax
public abstract class AbstractLateQueryResult : AbstractQueryResult, IQueryResult, IEnumerable
Constructors
Name | Summary |
---|---|
Abstract |
Fields
Name | Constant Value | Summary |
---|---|---|
_iterable | ||
_transaction |
Inherited from AbstractQueryResult
|