DropNullOptions Enum

Definition

Options for DropNull().

public enum DropNullOptions
type DropNullOptions = 
Public Enum DropNullOptions
Inheritance
DropNullOptions

Fields

All 1

"All" drops a row when all of the row values are null.

Any 0

"Any" drops a row if any of the row values are null.

Applies to