The underlying byte array.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ByteArray As Byte()
C#
public byte[] ByteArray { get; }
Visual C++
public:
property array<unsigned char>^ ByteArray {
	array<unsigned char>^ get ();
}

See Also