单项选择题

dataTable是数据集myDataSet中的数据表对象,有9条记录。调用下列代码后,dataTable中还有几条记录?()
dataTable.Rows[8].Delete();

A.8
B.1
C.9
D.0