SqlBoolean
Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database.
Represents a false value that can be assigned to the Value property of an instance of the SqlBoolean structure.
Represents DBNull that can be assigned to this instance of the SqlBoolean structure.
Represents a one value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure.
Represents a true value that can be assigned to the Value property of an instance of the SqlBoolean structure.
Represents a zero value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure.
Gets the value of the SqlBoolean structure as a byte.
Indicates whether this SqlBoolean structure is null.
Gets the SqlBoolean structure's value. This property is read-only.
Initializes a new instance of the SqlBoolean structure using the supplied Boolean value.
Initializes a new instance of the SqlBoolean structure using the specified integer value.
Computes the bitwise AND operation of two specified SqlBoolean structures.
Compares two SqlBoolean structures to determine whether they are equal.
Compares two instances of SqlBoolean to determine whether the first is greater than the second.
Compares two instances of SqlBoolean to determine whether the first is greater than or equal to the second.
Compares two instances of SqlBoolean to determine whether the first is less than the second.
Compares two instances of SqlBoolean to determine whether the first is less than or equal to the second.
Compares two instances of SqlBoolean for equality.
Performs a one's complement operation on the supplied SqlBoolean structures.
Computes the bitwise AND operation of two specified SqlBoolean structures.
Computes the bitwise OR of its operands.
Compares two instances of SqlBoolean for equality.
Performs a bitwise exclusive-OR (XOR) operation on the supplied parameters.
Converts a SqlBoolean to a Boolean.
Converts the SqlByte parameter to a SqlBoolean structure.
Converts the SqlDecimal parameter to a SqlBoolean structure.
Converts the SqlDouble parameter to a SqlBoolean structure.
Converts the SqlInt16 parameter to a SqlBoolean structure.
Converts the SqlInt32 parameter to a SqlBoolean structure.
Converts the SqlInt64 parameter to a SqlBoolean structure.
Converts the SqlMoney parameter to a SqlBoolean structure.
Converts the SqlSingle parameter to a SqlBoolean structure.
Converts the SqlString parameter to a SqlBoolean structure.
The false operator can be used to test the Value of the SqlBoolean to determine whether it is false.
Compares two SqlBoolean structures to determine whether the first is greater than the second.
Compares two SqlBoolean structures to determine whether the first is greater than or equal to the second.
Converts the supplied byte value to a SqlBoolean.
Compares two instances of SqlBoolean to determine whether they are not equal.
Compares two instances of SqlBoolean to determine whether the first is less than the second.
Compares two instances of SqlBoolean to determine whether the first is less than or equal to the second.
Performs a NOT operation on a SqlBoolean.
Performs a one's complement operation on the supplied SqlBoolean structures.
The true operator can be used to test the Value of the SqlBoolean to determine whether it is true.
Performs a bitwise OR operation on the two specified SqlBoolean structures.
Converts the specified String representation of a logical value to its SqlBoolean equivalent.
Performs a bitwise exclusive-OR operation on the supplied parameters.
Compares this SqlBoolean object to the supplied SqlBoolean object and returns an indication of their relative values.
Compares this SqlBoolean structure to a specified object and returns an indication of their relative values.
Converts this SqlBoolean structure to SqlByte.
Converts this SqlBoolean structure to SqlDecimal.
Converts this SqlBoolean structure to SqlDouble.
Converts this SqlBoolean structure to SqlInt16.
Converts this SqlBoolean structure to SqlInt32.
Converts this SqlBoolean structure to SqlInt64.
Converts this SqlBoolean structure to SqlMoney.
Converts this SqlBoolean structure to SqlSingle.
Converts this SqlBoolean structure to SqlString.