SqlMoney::Subtract Method (SqlMoney, SqlMoney)
.NET Framework (current version)
The subtraction operator subtracts the second SqlMoney parameter from the first.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlMoney
A SqlMoney structure.
- y
-
Type:
System.Data.SqlTypes::SqlMoney
A SqlMoney structure.
Return Value
Type: System.Data.SqlTypes::SqlMoneyA new SqlMoney structure that contains the results of the subtraction.
.NET Framework
Available since 1.1
Available since 1.1
Show: