The IgnoreNullsState enumeration contains method of empty values treatment on data aggregation.
It is used by the following properties and methods:
Value | Brief description |
0 | None. Empty values are used in aggregation. |
1 | WithChildrenNulls. If aggregation by child elements equals to empty value and if the parent element already contains value, it will be replaced with an empty value. |
2 | IgnoreAllNulls. Empty values are not used in aggregation. |
See also: