SqlXml.IsNull Property

Definition

Indicates whether this instance represents a null SqlXml 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 Value is null. Otherwise, false.

Implements

Applies to

See also