IEvaluation.

Evaluate(ICandidate) Method

Summary

Callback method during Db4objects.Db4o.Query.IQuery.Execute .
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Query
Containing Type
IEvaluation

Syntax

void Evaluate(ICandidate candidate)

Parameters

Name Type Description
candidate ICandidate reference to the candidate persistent object.

Return Value

Type Description
void