A.System Int16
B.System Int32
C.System Single
D.System Int64
您可能感興趣的試卷
你可能感興趣的試題
A.System Object
B.System Type
C.System Value
D.System Int32
A.枚舉
B.結(jié)構(gòu)
C.接口
D.類
類MyClass定義如下:
現(xiàn)在需要添加一個類構(gòu)造函數(shù)。下列選項中哪個是正確的?()
A.static MyClass(){……}
B.static MyClass(inti){……]
C.public static MyClass(){……}
D.public MyClass(){……}
A.System Base
B.System Type
C.System Int32
D.System Value
A.internal
B.protected
C.private
D.public
E.internal protected
最新試題
下列()對象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫。
在ADO.NET中,下列關(guān)于連接對象Connection的說法錯誤的是()
在WinForm窗體中,可以存儲多張圖像資源的控件是()
以下關(guān)于MessageBox.Show()方法中4個參數(shù),說法正確的是()
下列關(guān)于數(shù)據(jù)集DataSet的說法,錯誤的是()
在程序中創(chuàng)建一個DataSet對象ds和一個SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
以下屬于Command對象的方法是()
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
在C#中,使用()關(guān)鍵字來導(dǎo)入命名空間。