How to remove a certain row from DataTable ?

Posted by eugeneK on Stack Overflow See other posts from Stack Overflow or by eugeneK
Published on 2010-05-16T06:57:08Z Indexed on 2010/05/16 7:00 UTC
Read the original article Hit count: 252

Filed under:
|
|

How do i achieve simple sql query like

delete from Users where userCity='Munich'

with DataTables ?

p.s. without using Linq or something like that simply because i do not use it though project.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#