SqlXml::IsNull Property

 

Indicates whether this instance represents a null SqlXml value.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property bool IsNull {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if Value is null. Otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: