PipelineBuffer.AddBlobData Method

Include Protected Members
Include Inherited Members

Adds an array of bytes to a PipelineBuffer column.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

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