db4o

Constraint.EndsWith Method 

sets the evaluation mode to string endsWith comparison.

Constraint EndsWith(
   bool caseSensitive
);

Parameters

caseSensitive
comparison will be case sensitive if true, case insensitive otherwise

Return Value

this com.db4o.query.Constraint to allow the chaining of method calls.

Remarks

sets the evaluation mode to string endsWith comparison.

See Also

Constraint Interface | com.db4o.query Namespace