AdsExtendedReader.BOF

Advantage .NET Data Provider

  Previous topic Next topic  

Gets the flag that indicates if the reader is at the beginning of the record set.

public bool BOF {get;}

Remarks

This retrieves the flag that indicates whether or not the reader is positioned at BOF (beginning of file). If this flag is true, it indicates that the reader is positioned before the first record in the record set.

See Also

GotoBOF

EOF