Edit

Share via


SqlByte.Implicit(Byte to SqlByte) Operator

Definition

Converts the supplied byte value to a SqlByte.

public static implicit operator System.Data.SqlTypes.SqlByte(byte x);

Parameters

x
Byte

A byte value to be converted to SqlByte.

Returns

A SqlByte structure whose Value property is equal to the supplied parameter.

Applies to

See also