SqlBinary Implicit Conversion (array<Byte>^ to SqlBinary)
.NET Framework (current version)
Converts an array of bytes to a SqlBinary structure.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
array<System::Byte>^
The array of bytes to be converted.
Return Value
Type: System.Data.SqlTypes::SqlBinaryA SqlBinary structure that represents the converted array of bytes.
.NET Framework
Available since 1.1
Available since 1.1
Show: