Table of Contents

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 = 0

Drop rows where all values are null.

Any = 1

Drop rows where any value is null.