Initializes a new instance of the SQLServerBlob class when given a SQLServerConnection object and a byte array.

public SQLServerBlob(SQLServerConnection connection,
                     byte[] data)

Parameters

connection

A SQLServerConnection object.

data

A byte array.

See Also