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.
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.