2
Answers

BOF and EOF Not Supported in C sharp

David Smith

David Smith

10y
704
1
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)