SqlByte::Addition Operator (SqlByte, SqlByte)
.NET Framework (current version)
Computes the sum of the two specified SqlByte structures.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlByte
A SqlByte structure.
- y
-
Type:
System.Data.SqlTypes::SqlByte
A SqlByte structure.
Return Value
Type: System.Data.SqlTypes::SqlByteA SqlByte whose Value property contains the sum of the two operands.
.NET Framework
Available since 1.1
Available since 1.1
Show: