1
Reply

Visual Basic 6.0 Max Record Property to C sharp

David Smith

David Smith

Oct 27 2014 2:52 PM
623
What is equivalent C sharp logic using Visual Basic 6.0 Max number of records property. I am working with a disconnected datatable.


Transfering logic to C sharp.


Visual Basic:

recordset.MaxRecords

C sharp:

using datatable

????????

Answers (1)