Visual Basic 6.0 Max Record Property to C sharp
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
????????