Search in a List<DataRow>?

Posted by grady on Stack Overflow See other posts from Stack Overflow or by grady
Published on 2010-06-15T08:28:50Z Indexed on 2010/06/15 8:32 UTC
Read the original article Hit count: 1220

Filed under:
|
|
|

Hello, I have a List which I create from a DataTabe which only has one column in it. Lets say the column is called MyColumn. Each element in the list is an object array containing my columns, in this case, only one (MyColumn). Whats the most elegant way to check if that object array contains a certain value?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about list