FeaturesSequence.WhereUnset

FeaturesSequence.WhereUnset method

Selects features where specified attribute is not set.

public virtual FeaturesSequence WhereUnset(string attributeName)
ParameterTypeDescription
attributeNameStringAttribute to filter by.

Return Value

Features with unset attribute value.

See Also