DELETE*FROM table
Is there a way (similar to the below code) to delete all the rows in a specified table using c#?
SqlConnection con = new SqlConnection(conString);
0
0
0
精彩评论