PipelineBuffer.RemoveRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.