2
Reply

BOF and EOF Not Supported in C sharp

Ask a question
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)