SqlChars::IsNull Property

 

Gets a Boolean value that indicates whether this SqlChars 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 SqlChars is null. Otherwise, false.

The default value is false. For more information, see Handling Null Values.

.NET Framework
Available since 2.0
Return to top
Show: