SqlByte::Modulus Method (SqlByte, SqlByte)
.NET Framework (current version)
Divides two SqlByte values and returns the remainder.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlByte
A SqlByte.
- y
-
Type:
System.Data.SqlTypes::SqlByte
A SqlByte.
Return Value
Type: System.Data.SqlTypes::SqlByteThe remainder left after division is performed on x and y.
If either instance of x or y is null, the value will be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: