hey guys,
I'm trying to create a FieldLikePredicate similar to sql WHERE artist NOT LIKE "piet%".
2 questions for you:
1 How can i implement the "not" part of the sql in the FieldLikePredicate.
2 I cannot pass a IEntityField2 field in the first parameter, only IEntityField, why is that?
thanks in advance.
Greetz ronny
Edit: Got it: new FieldLikePredicate(MediaTracksFields.Title, null,criteria, true);