SqlMoney
Represents a currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of currency unit to be stored in or retrieved from a database.
Represents the maximum value that can be assigned to the Value property of an instance of the SqlMoney class.
Represents the minimum value that can be assigned to Value property of an instance of the SqlMoney class.
Represents the zero value that can be assigned to the Value property of an instance of the SqlMoney class.
Returns a Boolean value that indicates whether this SqlMoney structure is null.
Gets the monetary value of an instance of the SqlMoney structure. This property is read-only.
Initializes a new instance of the SqlMoney class with specified double value.
Initializes a new instance of the SqlMoney class with the specified integer value.
Initializes a new instance of the SqlMoney class with the specified long integer value.
Calculates the sum of the two SqlMoney parameters.
The division operator divides the first SqlMoney parameter by the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether they are equal.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is greater than the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is greater than or equal to the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is less than the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is less than or equal to the second.
The multiplicaion operator calculates the product of the two SqlMoney parameters.
Performs a logical comparison of the two SqlMoney parameters to determine whether they are not equal.
Calculates the sum of the two SqlMoney parameters.
The division operator divides the first SqlMoney parameter by the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether they are equal.
This implicit operator converts the supplied SqlBoolean parameter to SqlMoney.
This operator converts the supplied SqlDecimal parameter to SqlMoney.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is greater than the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is greater than or equal to the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether they are not equal.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is less than the second.
Performs a logical comparison of the two SqlMoney parameters to determine whether the first is less than or equal to the second.
The multiplicaion operator calculates the product of the two SqlMoney parameters.
The subtraction operator subtracts the second SqlMoney parameter from the first.
The unary minus operator negates the SqlMoney parameter.
The subtraction operator subtracts the second SqlMoney parameter from the first.
Compares this SqlMoney instance to the supplied SqlMoney and returns an indication of their relative values.
Compares this SqlMoney instance to the supplied Object and returns an indication of their relative values.
Converts this SqlMoney structure to SqlBoolean.
Converts this SqlMoney structure to SqlDecimal.