db4o

IObjectField.QueryEvaluation Method 

toggles query evaluation.

void QueryEvaluation(
   bool flag
);

Parameters

flag
specify
false
to ignore this field during query evaluation.

Remarks

toggles query evaluation.

All fields are evaluated by default. Use this method to turn query evaluation of for specific fields.

See Also

IObjectField Interface | Db4objects.Db4o.Config Namespace