ADO.NET Question:
Download Questions PDF

What is different between SqlCommand object and Command Behavior Object?

ADO.NET Interview Question
ADO.NET Interview Question

Answer:

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

Download ADO.NET Interview Questions And Answers PDF

Previous QuestionNext Question
Can dataReader hold data from multiple tables?what is bubbled event can u pls explain?