SqlByte Constructor (Byte)

 

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

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlByte(
	unsigned char value
)

Parameters

value
Type: System::Byte

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

.NET Framework
Available since 1.1
Return to top
Show: