SqlGuid Constructor (array<Byte>^)

 

Initializes a new instance of the SqlGuid structure using the supplied byte array parameter.

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

public:
SqlGuid(
	array<unsigned char>^ value
)

Parameters

value
Type: array<System::Byte>^

A byte array.

.NET Framework
Available since 1.1
Return to top
Show: