SqlByte::Subtract Method (SqlByte, SqlByte)
.NET Framework (current version)
Subtracts the second SqlByte operand from the first.
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::SqlByteThe results of subtracting the second SqlByte operand from the first.
.NET Framework
Available since 1.1
Available since 1.1
Show: