InvalidateRows method

Applies to
TIB_BDataset

Declaration
Procedure InvalidateRows;

Description
This method will remove all of the individual record buffers for the Dataset and leave the key buffer in tack. Thus, all of the record buffers will be fetched from the server again if they are referred to. This is due to the fetch on demand logic of this Dataset.