Try our conversational search powered by Generative AI!

PropertyCriteria IsNull

Vote:
 
Hi! I´m checking if a property is null in a PropertyCriteriaControl but it ain´t working. I have read the forum and I think this should work..? This is a date property, is IsNull just working on string properties? How can I solve this? PropertyCriteria onGoing = new PropertyCriteria(); onGoing.Condition = CompareCondition.Equal; onGoing.IsNull = true; onGoing.Name = "ProjectStop"; criteriaCollection.Add(onGoing); Regards /Helena
#13215
Sep 27, 2007 10:55
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.