单项选择题

A.ds.PrimaryKey.Add("ComputerID");
B.ds.PrimaryKey=newobject[]{"ComputerID"};
C.ds.PrimaryKey="ComputerID";
D.ds.PrimaryKey=newDataColumn[]{ds.Columns["ComputerID"]};