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);