SqlMoney::Add Method (SqlMoney, SqlMoney)
.NET Framework (current version)
Calculates the sum of the two SqlMoney parameters.
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 stucture whose Value contains the sum of the two SqlMoney parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: