How to use this code in C# to delete current record?

DataRow row = dataSet11.Tables["Student"]["myColumn"];
row.Delete();