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ù)組下標(biāo)越界異常
A.先執(zhí)行代碼塊3,后執(zhí)行return語句
B.程序報(bào)錯
C.return0語句不執(zhí)行
D.先執(zhí)行return語句,后執(zhí)行代碼塊3
最新試題
使用C#開發(fā)數(shù)據(jù)庫應(yīng)用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設(shè)置一個值,該值決定ListBox 是否支持選擇多項(xiàng)。
以下屬于Command對象的方法是()
在C#WinForms程序中,以下不屬于Label屬性的一項(xiàng)是()
在C#中,定義命名空間的關(guān)鍵字是()
在ADO.NET中,下列關(guān)于連接對象Connection的說法錯誤的是()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
以下是TextBox控件常用事件的是()
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()