SqlByte.Implicit(Byte to SqlByte) Operator  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the supplied byte value to a SqlByte.
public:
 static operator System::Data::SqlTypes::SqlByte(System::Byte x);public static implicit operator System.Data.SqlTypes.SqlByte(byte x);static member op_Implicit : byte -> System.Data.SqlTypes.SqlBytePublic Shared Widening Operator CType (x As Byte) As SqlByteParameters
Returns
A SqlByte structure whose Value property is equal to the supplied parameter.