2
Reply

datatable select method with boolean value

Koteswararao Mallisetti

Koteswararao Mallisetti

Aug 5 2010 8:15 AM
9.8k
hai
i havae a datatable that is export table the first column name is select in this we put only true or false value i want filer all rows which have the select field value is true
i am writing the following code

Dim drs As DataRow() = exportDataTable.Select("select= True")

but it can return only one record but in my table nearly 12 record having the true value in that select field what is the problem....

Answers (2)