Skip to content

ListRequest.EqualityFilter property

A dictionary of field name / value pairs used to filter those fields by the passed value. Please note that "NULL" values are ignored, so you can't filter a field with a NULL value.

public Dictionary<string, object> EqualityFilter { get; set; }

See Also