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