Wednesday, October 2, 2013

how to filter a dataset or datatable based on a condition

To filter a dataset or datatable based on a condition, use datarow

Dim dr1() As DataRow = SqlDS.Tables(0).Select("name='Test'")

No comments:

Post a Comment