db4o

IConstraint.StartsWith Method 

sets the evaluation mode to string startsWith comparison.

IConstraint StartsWith(
   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 startsWith comparison.

See Also

IConstraint Interface | Db4objects.Db4o.Query Namespace