Overload List

NameDescription
GetBlobBuffer(Int32)
Return the value of the blob field at index nFieldIndex, as a ByteArrayView.
GetBlobBuffer(String)
Return the value of a blob field as a ByteArrayView, given its name.
GetBlobBuffer(Schema..::..Field)
Return the value of a blob field as a ByteArrayView.

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