單項(xiàng)選擇題
在程序中創(chuàng)建一個(gè)DataSet對(duì)象ds和一個(gè)SqlDataAdapter對(duì)象dap,若要將數(shù)據(jù)庫(kù)中的Singer表的數(shù)據(jù)填充至ds對(duì)象的SingerList表中,則下列語(yǔ)句正確的是()
A.dap.Fill(ds)
B.dap.Fill(ds."SingerList")
C.dap.Fill(ds."Singer")
D.dap.Fill(ds."Singer","SingerList")