I am working on a windows form application. How do i use the find method of a datatable to find a row if the datatable has a compound key?
Table Structure Col A, Col B, Col C
Col A and Col B make up the compound key. I want to find the row where the value in Col A is 6 and Col B is 5