IsNull class

Checks to see if a value is null.

Extends

Constructors

IsNull(PropertyName | Literal | Filter, BinaryComparisonOptions)

Checks to see if a value is null.

Inherited Methods

toXml(string)

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

PropertyName | Literal | Filter

The value to check.

options
BinaryComparisonOptions

Options for the comparison.

Inherited Method Details

toXml(string)

Generates an XML version of the filter.

function toXml(version?: string): string

Parameters

version

string

The WFS service version.

Returns

string

Inherited From Filter.toXml