Description of Executing Transact-SQL DELETE statement using SQLCommand :
This is an easy to learn tutorial for the users. In this tutorial author cleary shows how to delete the data from the database table using the SQL delete statement. You can delete the records based on the specified condition in the SQL statement. Author clearly explains the procedure with an example for the users.