SqlBoolean::IsFalse Property

 

Indicates whether the current Value is False.

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

public:
property bool IsFalse {
	bool get();
}

Property Value

Type: System::Boolean

true if Value is False; otherwise, false.

If the Value is Null, this property still will be false.

.NET Framework
Available since 1.1
Return to top
Show: