SqlBoolean Fields
.NET Framework 4.5
The SqlBoolean type exposes the following members.
| Name | Description | |
|---|---|---|
|
False | Represents a false value that can be assigned to the Value property of an instance of the SqlBoolean structure. |
|
Null | Represents DBNull that can be assigned to this instance of the SqlBoolean structure. |
|
One | Represents a one value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure. |
|
True | Represents a true value that can be assigned to the Value property of an instance of the SqlBoolean structure. |
|
Zero | Represents a zero value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure. |