| 1. |
What Is Different Between Sqlcommand Object And Command Behavior Object? |
|
Answer» ADO.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. ADO.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. |
|