SqlByte(Byte) Constructor

Definition

Initializes a new instance of the SqlByte structure using the specified byte value.

public:
 SqlByte(System::Byte value);
public SqlByte (byte value);
new System.Data.SqlTypes.SqlByte : byte -> System.Data.SqlTypes.SqlByte
Public Sub New (value As Byte)

Parameters

value
Byte

A byte value to be stored in the Value property of the new SqlByte structure.

Applies to

See also