SqlByte
Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database.
A constant representing the largest possible value of a SqlByte.
A constant representing the smallest possible value of a SqlByte.
Represents a zero value that can be assigned to the Value property of an instance of the SqlByte structure.
Gets a Boolean value that indicates whether this SqlByte structure is null.
Gets the value of the SqlByte structure. This property is read-only
Initializes a new instance of the SqlByte structure using the specified byte value.
Computes the sum of the two specified SqlByte structures.
Computes the bitwise AND of its SqlByte operands.
Computes the bitwise OR of its two SqlByte operands.
Divides its first SqlByte operand by its second.
Performs a logical comparison of two SqlByte structures to determine whether they are equal.
Compares two instances of SqlByte to determine whether the first is greater than the second.
Compares two SqlByte structures to determine whether the first is greater than or equal to the second.
Compares two instances of SqlByte to determine whether the first is less than the second.
Compares two instances of SqlByte to determine whether the first is less than or equal to the second.
Computes the remainder after dividing its first SqlByte operand by its second.
Divides two SqlByte values and returns the remainder.
Computes the product of the two SqlByte operands.
Compares two instances of SqlByte to determine whether they are not equal.
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand.
Computes the sum of the two specified SqlByte structures.
Computes the bitwise AND of its SqlByte operands.
Computes the bitwise OR of its two SqlByte operands.
Divides its first SqlByte operand by its second.
Performs a logical comparison of two SqlByte structures to determine whether they are equal.
Performs a bitwise exclusive-OR operation on the supplied parameters.
Converts the SqlBoolean parameter to a SqlByte.
Converts the supplied SqlByte structure to a byte.
Converts the supplied SqlDecimal to SqlByte.
Compares two instances of SqlByte to determine whether the first is greater than the second.
Compares two instances of SqlByte to determine whether the first is greater than or equal to the second.
Converts the supplied byte value to a SqlByte.
Compares two instances of SqlByte to determine whether they are not equal.
Compares two instances of SqlByte to determine whether the first is less than the second.
Compares two instances of SqlByte to determine whether the first is less than or equal to the second.
Computes the remainder after dividing its first SqlByte operand by its second.
Computes the product of the two SqlByte operands.
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand.
Subtracts the second SqlByte operand from the first.
Converts the String representation of a number to its 8-bit unsigned integer equivalent.
Subtracts the second SqlByte operand from the first.
Performs a bitwise exclusive-OR operation on the supplied parameters.
Compares this instance to the supplied SqlByte object and returns an indication of their relative values.
Compares this instance to the supplied Object and returns an indication of their relative values.
Converts this SqlByte structure to SqlBoolean.
Converts this SqlByte structure to SqlDecimal.