SqlByte::Multiply Method (SqlByte, SqlByte)
.NET Framework (current version)
Computes the product of the two SqlByte operands.
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 new SqlByte structure whose Value property contains the product of the multiplication.
.NET Framework
Available since 1.1
Available since 1.1
Show: