PipelineBuffer.CurrentRow Property

Definition

Gets the index of the current row in the PipelineBuffer.

public:
 property int CurrentRow { int get(); void set(int value); };
public int CurrentRow { get; set; }
member this.CurrentRow : int with get, set
Public Property CurrentRow As Integer

Property Value

The index of the current row in the PipelineBuffer.

Remarks

The PipelineBuffer produces a RowIndexOutOfRangeException if CurrentRow is accessed before advancing the PipelineBuffer to the first row using the NextRow method.

Applies to