PipelineBuffer.CurrentRow Property
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.
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.