efficient way to check if at least one row contains a null value in a DataView ?

Posted by benj007 on Stack Overflow See other posts from Stack Overflow or by benj007
Published on 2010-06-06T12:12:01Z Indexed on 2010/06/06 12:22 UTC
Read the original article Hit count: 250

Filed under:
|

Hi everybody,

I need to do a test in a DataView to check if at least one row contains one cell with a null value. What is the best way to do it in your opinion ?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ADO.NET