db4o

IConstraint.EndsWith Method 

sets the evaluation mode to string endsWith comparison.

IConstraint EndsWith(
   bool caseSensitive
);

Parameters

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

Return Value

this Db4objects.Db4o.Query.IConstraint to allow the chaining of method calls.

Remarks

sets the evaluation mode to string endsWith comparison.

See Also

IConstraint Interface | Db4objects.Db4o.Query Namespace