PipelineBuffer.AddBlobData Method

Include Protected Members
Include Inherited Members

Adds an array of bytes to a PipelineBuffer column.

Overload List

  Name Description
Public method AddBlobData(Int32, array<Byte[]) Adds an array of bytes to a PipelineBuffer column.
Public method AddBlobData(Int32, array<Byte[], Int32) Adds an array of a specified number of bytes to a PipelineBuffer column.

Top