Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Hi Magnus,
It's not directly built into the criterion, but it is possible to achieve this by subclassing SiteCriterion and overriding its GetQuery(string propertyName) method. I.e:
public override string GetQuery(string propertyName)
{
return propertyName + " IS NULL";
}