SqlMoney Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlMoney structure. |
![]() MaxValue
Supported by the .NET Compact Framework. |
Represents the maximum value that can be assigned to the Value property of an instance of the SqlMoney class. |
![]() MinValue
Supported by the .NET Compact Framework. |
Represents the minimum value that can be assigned to Value property of an instance of the SqlMoney class. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlMoney class. |
![]() Zero
Supported by the .NET Compact Framework. |
Represents the zero value that can be assigned to the Value property of an instance of the SqlMoney class. |
IsNull
Supported by the .NET Compact Framework. |
Returns a value indicating whether the Value property contains null. |
Value
Supported by the .NET Compact Framework. |
Gets the monetary value of an instance of the SqlMoney structure. This property is read-only. |
![]() Add
Supported by the .NET Compact Framework. |
Calculates the sum of the two SqlMoney parameters. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this instance to the supplied object and returns an indication of their relative values. |
![]() Divide
Supported by the .NET Compact Framework. |
The division operator divides the first SqlMoney parameter by the second. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Gets the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is less than or equal to the second. |
![]() Multiply
Supported by the .NET Compact Framework. |
The multiplicaion operator calculates the product of the two SqlMoney parameters. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if they are not equal. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the String representation of a number to its SqlMoney equivalent. |
![]() Subtract
Supported by the .NET Compact Framework. |
The subtraction operator subtracts the second SqlMoney parameter from the first. |
ToDecimal
Supported by the .NET Compact Framework. |
Converts the Value of this instance of SqlMoney as a Decimal structure. |
ToDouble
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to a double. |
ToInt32
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to integer. |
ToInt64
Supported by the .NET Compact Framework. |
Converts the Value of this SqlMoney structure to a long integer. |
ToSqlBoolean
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlBoolean. |
ToSqlByte
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlByte. |
ToSqlDecimal
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlDecimal. |
ToSqlDouble
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlDouble. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlInt32. |
ToSqlInt64
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlInt64. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlSingle. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlMoney structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this instance of SqlMoney to string. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Calculates the sum of the two SqlMoney parameters. |
![]() Division Operator
Supported by the .NET Compact Framework. |
The division operator divides the first SqlMoney parameter by the second. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlMoney parameters to determine if the first is less than or equal to the second. |
![]() Multiplication Operator
Supported by the .NET Compact Framework. |
The multiplicaion operator calculates the product of the two SqlMoney parameters. |
![]() Subtraction Operator
Supported by the .NET Compact Framework. |
The subtraction operator subtracts the second SqlMoney parameter from the first. |
![]() Unary Negation Operator
Supported by the .NET Compact Framework. |
The unary minus operator negates the SqlMoney parameter. |
![]() SqlBoolean to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This implicit operator converts the supplied SqlBoolean parameter to SqlMoney. |
![]() SqlDecimal to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This operator converts the supplied SqlDecimal parameter to SqlMoney. |
![]() SqlDouble to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This operator converts the supplied SqlDouble parameter to SqlMoney. |
![]() SqlMoney to Decimal Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlMoney structure to Decimal. |
![]() SqlSingle to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This operator converts the supplied SqlSingle parameter to SqlMoney. |
![]() SqlString to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This operator converts the SqlString parameter to SqlMoney. |
![]() Decimal to SqlMoney Conversion
Supported by the .NET Compact Framework. |
Converts the Decimal parameter to SqlMoney. |
![]() SqlByte to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This implicit operator converts the supplied SqlByte parameter to SqlMoney. |
![]() SqlInt16 to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This implicit operator converts the supplied SqlInt16 parameter to SqlMoney. |
![]() SqlInt32 to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This implicit operator converts the supplied SqlInt32 parameter to SqlMoney. |
![]() SqlInt64 to SqlMoney Conversion
Supported by the .NET Compact Framework. |
This implicit operator converts the supplied SqlInt64 parameter to SqlMoney. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |