David Smith

David Smith

  • NA
  • 2k
  • 0

BOF and EOF Not Supported in C sharp

Oct 14 2014 12:49 PM
Can someone give me logic in c sharp that's equivalent to the BOF and EOF in visual basic 6.0?

BOF (Not supported)

Returns true if the current record position is before the first record, otherwise false
Command Not Supported

EOF (Not supported)

Returns true if the current record position is after the last record, otherwise false
Command Not Supported 

Answers (2)