Freigeben über


DropNullOptions Enumeration

Definition

Optionen für DropNull().

public enum DropNullOptions
type DropNullOptions = 
Public Enum DropNullOptions
Vererbung
DropNullOptions

Felder

All 1

"Alle" legt eine Zeile ab, wenn alle Zeilenwerte null sind.

Any 0

"Any" legt eine Zeile ab, wenn eine der Zeilenwerte null ist.

Gilt für: