SqlBoolean::Value Property

 

Gets the SqlBoolean structure's value. This property is read-only.

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

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

Property Value

Type: System::Boolean

true if the SqlBoolean is True; otherwise false.

Exception Condition
SqlNullValueException

The property is set to null.

.NET Framework
Available since 1.1
Return to top
Show: