How to Take 10 data from existing datatable using .NET expression

Take 10 data from existing datatable using .NET expression ? any idea?

@RajivKumar12
taking first 10 rows from datatable it can be done with
YourDataTableVar.AsEnumerable.Take(10)

Are you looking for such a thing?

1 Like

lat question Sir
Choose property to wait for button or label to be loaded: , what is the right one ?

  • Wait.Interactive
  • TimeoutMS=0
  • ContinueOnError
  • SimulateClick