sets the evaluation mode to "like" comparison.
[Visual Basic] Function like() As Constraint [C#] Constraint like(); [C++] Constraint* like(); [JScript] function like(): Constraint;
this com.db4o.query.Constraint to allow the chaining of method calls.
sets the evaluation mode to "like" comparison.
Constraints are compared to the first characters of a field.
Constraint Interface | com.db4o.query Namespace