Advantage .NET Data Provider
Retrieves the current logical record number.
public int LogicalRecordNumber{ get; }
This property can be used to retrieve a record number that logically takes into account filters (AdsExtendedReader.Filter), ranges (AdsExtendedReader.SetRange), and deleted records. If an index is active (AdsExtendedReader.ActiveIndex), then the value retrieved will be the key number obeying filters and ranges.
Note This property may result in skipping through every record in a table to obtain the count and can be very slow.
See Also