Constructs the Blob object with a specified byte array.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	bytes As Byte() _
)
C#
public Blob(
	byte[] bytes
)
Visual C++
public:
Blob(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::.Byte>[]()[]
The byte array.

See Also