A.Close() B.Component() C.Dispose() D.Complete()
在ADO.NET 2.0應(yīng)用程序中,有一個強(qiáng)類型DataSet對象ds,該對象中有一個DataTable對象Producters,Producters中包含一個ProducterID的整型列.假設(shè)要通過ds提供的類型安全編碼規(guī)范,來訪問ProducterID值,應(yīng)該使用哪段代碼給ProducterID字符變量賦值?()
A.A B.B C.C D.D
有一個DataSet對象:custometDataSet.它包含有一個DataTable對象:MyCustomers.MyCustomers從SQL Server數(shù)據(jù)庫取得信息,它有一個名叫Region的列.你想創(chuàng)建一個DataView對象:customerDataView,其中只包括那些Region屬性為France的customer元祖.你會使用以下那段代碼?()