PropertyData.IsNull Property

Definition

Gets a value that indicates whether the specified data contains a null value.

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

Property Value

true if the value is null; otherwise, false.

Implements

Applies to