[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
callback method during
query execution
.
Namespace: Db4objects.Db4o.Query
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Evaluate ( _ candidate As ICandidate _ ) |
C# |
---|
void Evaluate ( ICandidate candidate ) |
Visual C++ |
---|
void Evaluate ( ICandidate^ candidate ) |
Parameters
- candidate
- Db4objects.Db4o.Query.ICandidate
reference to the candidate persistent object.