Possibility to filter by a null property.
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
Would it be possible to add the functionality for filtering by if a certain property is `null`?
https://github.com/BHoM/BHoM_Engine/blob/b70bc2b8de09ce383ac07839013ea5c499420c50/Data_Engine/Query/Linq/FilterBy.cs#L67-L73
Instead of the error message use same code as in `RemoveNulls` but check for a certain property: `x.PropertyValue(propertyName)`.
https://github.com/BHoM/BHoM_Engine/blob/b70bc2b8de09ce383ac07839013ea5c499420c50/Data_Engine/Query/RemoveNulls.cs#L38-L43
Contributor guide
Assessment
This issue has not been assessed yet.