- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query .Result - Interfaces
-
- IEnumerable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEnumerable"]
Type["StatefulQueryResult"]
class Type type-node
Syntax
public class StatefulQueryResult : IEnumerable
Constructors
Name | Summary |
---|---|
StatefulQueryResult |
Methods
Name | Value | Summary |
---|---|---|
Get |
Object | |
GetEnumerator |
IEnumerator | |
GetIDs |
long[] | |
HasNext |
bool | |
IndexOf |
int | |
IterateIDs |
IEnumerator | |
Lock |
Object | |
Next |
Object | |
Reset |
void | |
Size |
int | |
Skip |
void | |
Sort |
void |