DataAdapter SelectCommand that excludes current DataTable rows

Posted by MC. on Stack Overflow See other posts from Stack Overflow or by MC.
Published on 2010-06-02T22:21:47Z Indexed on 2010/06/02 22:24 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

Is there a clean method of creating a DataAdapter SelectCommand to select rows from the database that are not already present in the DataTable?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about datatable