Dominique wrote:
Hello,
does anybody have a sample of using CaseSensitiveCollation on Firebird in a Adapter scenario?
For the LIKE predicate? It's the same for all the databases:
FieldLikePredicate filter = PredicateFactory.Like(SomeEntityFieldIndex.SomeField, "LALA%");
filter.CaseSensitiveCollation = true;
// use filter further in your predicate expressions.
Be sure to specify the pattern in uppercase.