SqlBoolean.IsNull Egenskap

Definition

Anger om den här SqlBoolean strukturen är null.

public:
 property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

Egenskapsvärde

true SqlBoolean om strukturen är null, annars false.

Implementeringar

Kommentarer

Mer information finns i Hantera nullvärden.

Gäller för

Se även