Fetching BLOB Data Using IRow

A BLOB column in a row object can be retrieved by using IRow::GetColumns, or IRow::Open and ISequentialStream.

In This Section

See Also

Concepts

Fetching a Single Row with IRow