SimpleFilterPart
The SimpleFilterPart
object represents a single condition of an SQL WHERE clause.
Name | Data Type | Description |
---|---|---|
DateValue | DateTime[] | Holds an array of dates used to filter the result of a Retrieve call. The response is in Central No Daylight time, but the DateValue on a filter can specify a timezone offset. For example, 2017-06-01T01:00:00.000-05:00. The DateValue can’t return milliseconds. |
Property | xsd | Property filtered on before SQL operator. |
SimpleOperator | SimpleOperators | Values to use in simple operator under a simple filter part. Valid values include:
|
Value | xsd | Defines value to be used in filter or other object. In filters, the BETWEEN operator requires two Values. IN can handle multiple Values. All other operators require only one Value. isNull and isNotNull ignores any supplied values and don't return an error. Use DateValue for date filters. |