db4o

Candidate.include Method 

specify whether the Candidate is to be included in the com.db4o.ObjectSet resultset.

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

[Visual Basic]
Sub include( _ 
   ByVal flag As Boolean _ 
)
[C#]
void include(
   bool flag
);
[C++]
void include(
   bool flag
);
[JScript]
function include(
   bool flag
);

Parameters

flag
inclusion.

See Also

Candidate Interface | com.db4o.query Namespace