SqlByte::OnesComplement Operator (SqlByte)
.NET Framework (current version)
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlByte
A SqlByte structure.
Return Value
Type: System.Data.SqlTypes::SqlByteA SqlByte structure whose Value property contains the ones complement of the SqlByte parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: