I use this code to delete the current record in my C# Project.

dataSet11.Tables["Student"].RowDeleted;

But it doesn't work. What code should I write?