PipelineBuffer::NextRow Method ()
Advances the PipelineBuffer to the next row.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Return Value
Type: System::Booleantrue if the buffer was advanced to the next row; otherwise, false.
The NextRow method advances the PipelineBuffer to the next row in its collection. It returns true until there are no more available rows.
The following code example loops through the rows of an input PipelineBuffer by using the NextRow method.
Show: