A.None
B.Top
C.Left
D.Manual
您可能感興趣的試卷
你可能感興趣的試題
A.Normal
B.Min
C.Max
D.以上都不是
A.private static string DBConnectString ="server=.;database=FreshLiveDB;uid=sa;pwd=123;";
B.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;pwd=123;";
C.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;password=123;";
D.private static string DBConnectString ="server=.;database=FreshLiveDB;name=sa;pwd=123;";
A.SqlCommand cmm =new SqlCommand(sql語(yǔ)句,Connection對(duì)象);
B.SqlCommand cmm =new SqlCommand(Connection對(duì)象,sql語(yǔ)句);
C.SqlCommand cmm =new SqlCommand(sql語(yǔ)句);
D.SqlCommand cmm =new SqlCommand(Connection對(duì)象);
A.Rows獲取總條數(shù)
B.DataSource 獲取數(shù)據(jù)源
C.Name 獲取控件的名稱
D.Columns 獲取總列的名稱
A.算術(shù)異常
B.參數(shù)格式錯(cuò)誤異常
C.非法參數(shù)異常
D.數(shù)組下標(biāo)越界異常
最新試題
在WinForm窗體中,可以存儲(chǔ)多張圖像資源的控件是()
在ADO.NET中,DataReader對(duì)象用于從數(shù)據(jù)庫(kù)中檢索只讀的數(shù)據(jù),使用()語(yǔ)句可以創(chuàng)建一個(gè)DataReader對(duì)象。
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
在Windows應(yīng)用程序中,MDI窗體的特點(diǎn)描述錯(cuò)誤的是()
在ADO.NET中,下列關(guān)于連接對(duì)象Connection的說(shuō)法錯(cuò)誤的是()
在C#中,使用()關(guān)鍵字來(lái)導(dǎo)入命名空間。
在c#窗體應(yīng)用程序中,Panel、GroupBox、TabControl等分組控件,有時(shí)候也被稱之為()
在WinForms高級(jí)控件中,使用工具條控件可以創(chuàng)建功能非常強(qiáng)大的工具欄,工具欄上可以包含以下控件中除了()控件。
在Net框架中,下列被稱為根命名空間的是()
在C#WinForm程序中,新建的窗體后臺(tái)cs代碼自動(dòng)繼承了()類。