FeaturesSequence.WhereNotNull

FeaturesSequence.WhereNotNull method

Selects features with attribute not equal to null.

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

Return Value

Features with attribute value not equal to null.

Exceptions

exceptioncondition
ArgumentExceptionNo attribute with such name exists in this features sequence.

See Also