SQLDataAdapter class in ADO.net
Hi,
I'm new to ADO.net. We have classes like SQLDataAdapter and SQLDataReader. Inside SQLDataAdapter we have something called as "Selectcommand", "InsertCommand", etc. I wish to know the basic difference in these options. Is this related to isolation level?
Also how can we mention isolation level in the connection object?
Thanks,
|