SqlBoolean::IsNull Property

 

Indicates whether this SqlBoolean structure 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 SqlBoolean structure is null; otherwise false.

For more information, see Handling Null Values.

.NET Framework
Available since 1.1
Return to top
Show: