AdsExtendedReader.ClearRange

Advantage .NET Data Provider

  Previous topic Next topic  

Clears top and bottom range values on the index order.

public void ClearRange();

Remarks

This method clears both the top and bottom range values on the active index order. After calling this method, the reader will be positioned at BOF (beginning of file) so that a call to Read() will then go to the first record.

See Also

SetRange