db4o

IConstraint.Like Method 

sets the evaluation mode to "like" comparison.

IConstraint Like();

Return Value

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

Remarks

sets the evaluation mode to "like" comparison.

Constraints are compared to the first characters of a field.

See Also

IConstraint Interface | Db4objects.Db4o.Query Namespace