SqlBytes::IsNull Property

 

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

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

The default value is false.

.NET Framework
Available since 2.0
Return to top
Show: