Summary
Composite key for field indexes, first compares on the actual
indexed field _value and then on the _parentID (which is a
reference to the containing object).
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Btree - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IFieldIndexKey"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Btree/IFieldIndexKey"
Type["FieldIndexKeyImpl"]
class Type type-node
Syntax
public class FieldIndexKeyImpl : IFieldIndexKey
Remarks
Composite key for field indexes, first compares on the actual
indexed field _value and then on the _parentID (which is a
reference to the containing object).
Constructors
Name | Summary |
---|---|
FieldIndexKeyImpl |
Methods
Name | Value | Summary |
---|---|---|
ParentID |
int | |
ToString |
string | |
Value |
Object |