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.SqlByte
Public Shared Widening Operator CType (x As Byte) As SqlByte
Parameters
Returns
A SqlByte structure whose Value property is equal to the supplied parameter.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.