1
Answer

Visual Basic 6.0 Max Record Property to C sharp

David Smith

David Smith

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