db4o

ICandidate Interface

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.

For a list of all members of this type, see ICandidate Members.

public interface ICandidate

Requirements

Namespace: Db4objects.Db4o.Query

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

See Also

ICandidate Members | Db4objects.Db4o.Query Namespace