The GetChunk method retrieves the next segment of a binary large object (BLOB) column value.
object.GetChunk(Length)
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Length | Length of the BLOB segment |
HRESULT GetChunk(
long Length,
VARIANT *pvar);
If the column value is not a BLOB type, GetChunk gets the value of the column.