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語句,Connection對象);
B.SqlCommand cmm =new SqlCommand(Connection對象,sql語句);
C.SqlCommand cmm =new SqlCommand(sql語句);
D.SqlCommand cmm =new SqlCommand(Connection對象);
A.Rows獲取總條數(shù)
B.DataSource 獲取數(shù)據(jù)源
C.Name 獲取控件的名稱
D.Columns 獲取總列的名稱
A.算術(shù)異常
B.參數(shù)格式錯誤異常
C.非法參數(shù)異常
D.數(shù)組下標越界異常
最新試題
使用C#開發(fā)數(shù)據(jù)庫應用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()
在ADO.NET中,下列關(guān)于連接對象Connection的說法錯誤的是()
在WinForms高級控件中,使用工具條控件可以創(chuàng)建功能非常強大的工具欄,工具欄上可以包含以下控件中除了()控件。
在Visual Studio集成開發(fā)環(huán)境中有兩類窗口,分別為浮動窗口和固定窗口,下列不屬于浮動窗口的是()
在C#中,定義命名空間的關(guān)鍵字是()
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在Windows應用程序中,MDI窗體的特點描述錯誤的是()
在C#中,使用()關(guān)鍵字來導入命名空間。
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
以下關(guān)于MessageBox.Show()方法中4個參數(shù),說法正確的是()