Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Sets the value for the specified column using an array of bytes.
public void setBytes(UInt16 cid, Array value)
cid The 1-based column ID.
value The new value for the column.
This method is only suitable for columns of the SQLType.Binary and SQLType.LONGBINARY type.