SqlBoolean Properties
.NET Framework 1.1
The properties of the SqlBoolean structure are listed here. For a complete list of SqlBoolean structure members, see the SqlBoolean Members topic.
Public Properties
ByteValue Supported by the .NET Compact Framework. | Gets the value of the SqlBoolean structure as a byte. |
IsFalse Supported by the .NET Compact Framework. | Indicates whether the current Value is False. |
IsNull Supported by the .NET Compact Framework. | Indicates whether or not the value of the SqlBoolean structure is null. |
IsTrue Supported by the .NET Compact Framework. | Indicates whether the current Value is True. |
Value Supported by the .NET Compact Framework. | Gets the SqlBoolean structure's value. This property is read-only. |
