Overload List

NameDescription
SetBlobBuffer(Int32, ByteArrayView)
Set the value of the blob field at index nFieldIndex.
SetBlobBuffer(Int32, array<Byte>[]()[][])
Set the value of the blob field at index nFieldIndex.
SetBlobBuffer(String, ByteArrayView)
Sets the value of a blob field, given its name.
SetBlobBuffer(String, array<Byte>[]()[][])
Sets the value of a blob field, given its name.
SetBlobBuffer(Schema..::..Field, ByteArrayView)
Sets the value of a blob field.

The Schema.Field objects used to set and get Tuple field values must be obtained via the Tuple's Schema object. A Schema.Field object that has been created by the user or retrieved from a different Schema may not work.

SetBlobBuffer(Schema..::..Field, array<Byte>[]()[][])
Sets the value of a blob field.

The Schema.Field objects used to set and get Tuple field values must be obtained via the Tuple's Schema object. A Schema.Field object that has been created by the user or retrieved from a different Schema may not work.

See Also