Hello,
Sorry if this question is already covered somewhere.
I'm using SelfService and need to filter on null values like this:
IPredicateExpression filter = (MessagesFields.MyField == null);
"Null" doesn't work and neither does DBValue.Null.
Any help would be appreciated.
Thanks,
Rick