SqlBytes.IsNull Property

Definition

Gets a Boolean value that indicates whether this SqlBytes is null.

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 SqlBytes is null, false otherwise.

Implements

Remarks

The default value is false.

Applies to

See also