Mid ADO.NET

SqlCommand: Used for SQL Server databases. It represents a Transact-SQL?

command or stored procedure.

  • Example: SqlCommand command = new SqlCommand("SELECT * FROM

Customers", connection);

More from ADO.NET Core Tutorial

All questions for this course