SqlByte Implicit Conversion (Byte to SqlByte)
.NET Framework (current version)
Converts the supplied byte value to a SqlByte.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Byte
A byte value to be converted to SqlByte.
Return Value
Type: System.Data.SqlTypes::SqlByteA SqlByte structure whose Value property is equal to the supplied parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: