PipelineBuffer.RemoveRow Method

Definition

Removes the current row from the PipelineBuffer.

public:
 void RemoveRow();
public void RemoveRow ();
member this.RemoveRow : unit -> unit
Public Sub RemoveRow ()

Remarks

RemoveRow can be called only when the Mode is Output.

The PipelineBuffer produces a NotOutputBufferException if the Mode is Input.

Applies to