IsNull class
Checks to see if a value is null.
- Extends
Constructors
| Is |
Checks to see if a value is null. |
Methods
| to |
Generates an XML version of the filter. |
Constructor Details
IsNull(PropertyName | Literal | Filter, BinaryComparisonOptions)
Checks to see if a value is null.
new IsNull(value: PropertyName | Literal | Filter, options: BinaryComparisonOptions)
Parameters
- value
The value to check.
- options
- BinaryComparisonOptions
Options for the comparison.
Method Details
toXml(string)
Generates an XML version of the filter.
function toXml(version?: string)
Parameters
- version
-
string
The WFS service version.
Returns
string