网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
填空题
DataTable有三种集合:()、()和()。
参考答案
参考解析
解析:
暂无解析
更多 “填空题DataTable有三种集合:()、()和()。” 相关考题
考题
看近时()称为近反射三联运动。A.同时发生的调节、晶状体变形及瞳孔缩小三种现象B.先后发生的调节、集合及瞳孔缩小三种现象C.同时发生的调节、集合及瞳孔缩小三种现象D.同时发生的调节、集合及瞳孔增大三种现象
考题
表单的提交方式有两种:post和get方式。通过这两种方式提交的数据分别存储在了request对象的哪种集合中()
A.ServerVariables集合和Cookies集合B.Cookies集合和ServerVariables集合C.Form集合和QueryString集合D.QueryString集合和Form集合
考题
在ADO.NET 中,为访问DataTable 对象从数据源提取的数据行.可使用DataTable 对象的( )属性。
ARowsBColumnsCConstraintsDDataSet
考题
在ADO.NET中,为访问DataTable对象从数据源提取的数据行。可使用DataTable对象的()属性。A.ConstraintsB.ColumnsC.DataSetD.Rows
考题
下面选项中,()正确描述了向DataTable添加新的DataRow的步骤。A、首选调用DataTable的Add方法,然后在相应当列中保存数据B、创建DataRow类的新实例,然后向DataTable的Row集合添加新行C、首选调用内部的DataTable的NewRow创建行,然后在新行的相应列中保存数据,最后向DataTable的Rows集合添加新行D、上述都对
考题
如果要给DataTable添加约束但是不添加数据,需要使用()。A、数据适配器的FillSchema方法B、DataTable的FillSchema方法C、DataTable的Fill方法D、DataSet的FillSchema方法E、数据适配器的Fill方法。
考题
看近时()称为近反射三联运动。A、同时发生的调节、晶状体变形及瞳孔缩小三种现象B、先后发生的调节、集合及瞳孔缩小三种现象C、同时发生的调节、集合及瞳孔缩小三种现象D、同时发生的调节、集合及瞳孔增大三种现象
考题
单选题You are creating a DataTable. You use the following code segment to create the DataTable. (Line numbers are included for reference only.) 01 DataTable dt = new DataTable(“Products”); 02 dt.Columns.Add(new DataColumn(“Price”, typeof(decimal))); 03 dt.Columns.Add(new DataColumn(“Quantity”, typeof(Int32))); 04 DataColumn dc = new DataColumn(“Total”, typeof(decimal)); 05 dt.Columns.Add(dc); You need to ensure that the Total column is set to the value of the Price column multiplied by the Quantity column when new rows are added or changed. What should you do? ()A
Add the following code segment after line 05. dc.ExtendedProperties[Total] = Price * Quantity”;B
Add the following code segment after line 05. dc.Expression = “Prince * Quantity”;C
Write an event handler for the DataTable's TableNewRow event that updates the row's Total.D
Write an event handler for the DataTable's ColumnChanged event that updates the row's Total.
考题
单选题在ADO.NET中,为访问DataTable对象从数据源提取的数据行。可使用DataTable对象的()属性。A
RowsB
ColumnsC
ConstraintsD
DataSet
考题
单选题你开发了一个基于Windows的应用程序TestKingInvoice。该应用程序能够让用户输入和编辑客户订单信息。TestKingInvoice包含一个orderEntryDataSet的DataSet对象和名为orderDataTable以及orderDetailDataTable的DataTable对象。orderDetailDataTable需要两列创建一个唯一的主键。你要为orderDetailDataTable创建一个主键。你该怎么做?()A
设置DataTable.PrimaryKey的属性为字符串,以列出作为主键的列的名称。B
设置DataTable.PrimaryKey的属性到引用到列的DataColumn对象的数组来为列创建主键。C
通过DataTable.Columns集合和设置列的DataType属性来设置主键。D
在列上创建唯一性约束来创建主键。
热门标签
最新试卷