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