PFQueryFilterCoalesceValue Property |
Gets or sets a value to use as an alternative for the column value if it is null.
Used only if the property Coalesce is True.
Ex: "SampleColumn!='Test'" becomes "COALESCE(SampleColumn, '')!='Test'" if Coalesce is True and the chosen coalesce value is an empty string.
Namespace: Packflow.Core