Share via


CREATEINSTREAM Function (BLOB)

Creates an InStream object for a binary large object (BLOB). This enables you to read data from the BLOB.

Blob.CreateInStream(Stream)

Parameters

  • Blob
    Type: Variable The BLOB variable for which you are creating the InStream object.
  • Stream
    Type: InStream The InStream object type that has been created.

See Also

Reference

BLOB Data Type
InStream and OutStream Data Types