TABSBlobStream.Seek
TABSBlobStream |
Top |
Value
|
Meaning
|
soFromBeginning
|
Offset starts from the beginning of the BLOB data. Seek moves to the position Offset. Offset must be >= 0.
|
soFromCurrent
|
Offset starts from the current position in the BLOB data. Seek moves to Position + Offset.
|
soFromEnd
|
Offset counts from the end of the BLOB data. Offset must be <= 0 to indicate the number of bytes before the end of the BLOB.
|