ICandidate.

Include(bool) Method

Summary

Specify whether the Candidate is to be included in the result

This method may be called multiple times.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Query
Containing Type
ICandidate

Syntax

void Include(bool flag)

Remarks

Specify whether the Candidate is to be included in the result

This method may be called multiple times. The last call prevails.

Parameters

Name Type Description
flag bool true to include that object. False otherwise.

Return Value

Type Description
void