Enum DropNullMode
- Namespace
- Datafication.Core.Data
- Assembly
- Datafication.Core.dll
Specifies the mode for dropping rows with null values in a DataBlock.
public enum DropNullMode
Fields
All = 0Drop rows where all values are null.
Any = 1Drop rows where any value is null.