DataViewRow.Position 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.
This is incremented when the underlying contents changes, giving clients a way to detect change. It should be
-1 when the object is in a state where values cannot be fetched. In particular, for an DataViewRowCursor,
this will be before MoveNext() if ever called for the first time, or after the first time
MoveNext() is called and returns false
.
Note that this position is not position within the underlying data, but position of this cursor only. If one, for example, opened a set of parallel streaming cursors, or a shuffled cursor, each such cursor's first valid entry would always have position 0.
public abstract long Position { get; }
member this.Position : int64
Public MustOverride ReadOnly Property Position As Long