What is different between SqlCommand object and Command Behavior Object ?

 Posted by Bharathi Cherukuri on 5/22/2012 | Category: ADO.NET Interview questions | Views: 3589 | Points: 40
Answer:

.NET Command Object - The Command object is similar to the old ADO command object.

It is used to store SQL statements that need to be executed against a data source.

The Command object can execute SELECT statements, INSERT, UPDATE, or DELETE statements, stored procedures, or any other statement understood by the database.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response