FileAdapter.ReuseRRN Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Reuses the record at the specified relative record number (RRN) in the file that the FileAdapter is working with, by updating the contents of the specified record and marking it as undeleted.

void ReuseRRN(AdgDataSet ds, long RRN)

Parameters

Type Parameter name Description
AdgDataSet ds The AdgDataSet to fill with the data from the record.
Int64 RRN The relative record number of the record to reuse.

See Also