G
Guest
I'm not sure whether I'm missing something or not. I reviewed the SQL
Statements generated by tableadapter when the selectcommand is select *. It
seems they are extremely bad. The updatecommand is updating every columns
and the where condition is also every column. Is there a setting or
something to regenerate the update statement during runtime so that only the
changed columns are being updated and the where condition is using the
primary key or some specific columns?
Is it realistic to use tableadaper without extending its functionalities in
real application?
Statements generated by tableadapter when the selectcommand is select *. It
seems they are extremely bad. The updatecommand is updating every columns
and the where condition is also every column. Is there a setting or
something to regenerate the update statement during runtime so that only the
changed columns are being updated and the where condition is using the
primary key or some specific columns?
Is it realistic to use tableadaper without extending its functionalities in
real application?