DropNullOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for DropNull().
public enum DropNullOptions
type DropNullOptions =
Public Enum DropNullOptions
- Inheritance
-
DropNullOptions
Fields
Name | Value | Description |
---|---|---|
Any | 0 | "Any" drops a row if any of the row values are null. |
All | 1 | "All" drops a row when all of the row values are null. |