[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

candidate for Db4objects.Db4o.Query.IEvaluation callbacks.

During query execution all registered Db4objects.Db4o.Query.IEvaluation callback handlers are called with Db4objects.Db4o.Query.ICandidate proxies that represent the persistent objects that meet all other Db4objects.Db4o.Query.IQuery criteria.

A Db4objects.Db4o.Query.ICandidate provides access to the persistent object it represents and allows to specify, whether it is to be included in the Db4objects.Db4o.IObjectSet resultset.

Namespace: Db4objects.Db4o.Query
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Interface ICandidate
C#
public interface ICandidate
Visual C++
public interface class ICandidate