Summary
Specifies which part of the index to take.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query .Processor - Containing Type
- QE
Syntax
public virtual void IndexBitMap(bool[] bits)
Remarks
Specifies which part of the index to take.
Array elements:
[0] - smaller
[1] - equal
[2] - greater
[3] - nulls
Parameters
Name | Type | Description |
---|---|---|
bits | bool[] |
Return Value
Type | Description |
---|---|
void |