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