网站首页  词典首页

请输入您要查询的英文单词:

 

单词 data view
释义

data view

美 
英 
  • un.数据视图
  • 网络数据显示视图;数据显示排序;数据视图组件
un.
1.
数据视图

例句

释义:
1.
This exception may be thrown if the data column name being supplied to the System. Data. DataView. Sort property is not valid.
如果提供给System.Data.DataView.Sort属性的数据列名称无效,则可能引发此异常。
msdn2.microsoft.com
2.
FindRows works just like the Find method, except that it returns a DataRowView array that references all matching rows in the DataView.
FindRows的工作方式与Find方法类似,不同的只是前者返回引用DataView中所有匹配行的DataRowView数组。
msdn2.microsoft.com
3.
The first DataTable of the DataSet is extracted, and a DataView is created and returned by the Select method.
提取DataSet的第一个DataTable,创建DataView,并由Select方法返回。
msdn2.microsoft.com
4.
These selections are then used to create a filter string for use as the DataView's RowFilter property.
这些选择,然后用于制作过滤器字符串的使用作为的DataView的rowfilter财产。
xtdownload.com
5.
The following code example shows the Find method being called against a DataView with a single column sort order.
以下代码示例显示对具有单个列排序顺序的DataView调用的Find方法。
msdn2.microsoft.com
6.
A DataViewManager is a customized view of the entire DataSet, analogous to a DataView, but with relations included.
DataViewManager是整个DataSet的自定义视图,它与DataView相似,但其中包括关系。
msdn2.microsoft.com
7.
When you use those methods, the RowStateFilter property can set to specify that only deleted rows or new rows be displayed by the DataView.
在使用这些方法时,可设置RowStateFilter属性以便指定只有已被删除的行或新行才可由DataView显示。
msdn2.microsoft.com
8.
Whenever the data-bound list is sorted or filtered, which is accomplished when a DataView supplies the list.
每当对数据绑定列表进行排序或筛选时,该操作在DataView提供列表时完成。
msdn2.microsoft.com
9.
The following example adds a handler for the ListChanged event of a DataView.
下面的示例为DataView的ListChanged事件添加事件处理程序。
msdn2.microsoft.com
10.
All subsequent requests use the already existing DataView object.
所有后来的请求使用已经存在的DataView对象。
www.cn26.com
1.
You can bind data in an ObjectList control to a DataView or a DataSet object.
您可以将ObjectList控件中的数据绑定到DataView或DataSet对象。
msdn2.microsoft.com
2.
The FilterExpression property was set and the Select method does not return a DataSet, DataTable, or DataView.
设置了FilterExpression属性,但Select方法没有返回DataSet、DataTable或DataView。
msdn2.microsoft.com
3.
The following example sets a property of the DataTable object's DataView through the DefaultView property.
下面的示例通过DefaultView属性设置DataTable对象的DataView的属性。
msdn2.microsoft.com
4.
In the sample application, I used a DataView object to populate the grid.
在该示例应用程序中,我使用DataView对象填充了网格。
msdn2.microsoft.com
5.
The ObjectDataSource control supports filtering data only when the Select method returns a DataSet, DataTable, or DataView object.
仅当Select方法返回DataSet、DataTable或DataView对象时,ObjectDataSource控件才支持筛选数据。
msdn2.microsoft.com
6.
Finds a row in the DataView by the specified sort key value.
按指定的排序关键字值在DataView中查找行。
msdn2.microsoft.com
7.
Occurs when the list managed by the DataView changes.
在DataView管理的列表发生更改时发生。
msdn2.microsoft.com
8.
A DataView is returned by the Select method.
DataView由Select方法返回。
msdn2.microsoft.com
9.
Some examples of data sources that implement IBindingList are BindingList and DataView.
实现IBindingList的数据源的一些示例有BindingList和DataView。
msdn2.microsoft.com
10.
The string that is passed to SelectMethod is used for the Sort property of the DataView object that is returned by SelectMethod.
传递给SelectMethod的字符串用于由SelectMethod返回的DataView对象的Sort属性。
msdn2.microsoft.com
1.
Two DataView objects are created and the RowStateFilter is set on each to show different views of the table data.
创建两个DataView对象,并针对每个对象设置RowStateFilter以显示表数据的不同视图。
msdn2.microsoft.com
2.
A DataView is created using the DataTable and returned by the Select method.
DataView是使用DataTable创建的,并由Select方法返回。
msdn2.microsoft.com
3.
Creates and returns a new DataTable based on rows in an existing DataView.
根据现有DataView中的行,创建并返回一个新的DataTable。
msdn2.microsoft.com
4.
The DataView in ADO. NET 2. 0 Uses a new update algorithm resulting in significant improvement in DataView maintenance.
ADO.NET2.0中的DataView使用新的更新算法,大大改进了DataView的维护。
msdn2.microsoft.com
5.
The DataView's ToTable method returns an actual DataTable object that is populated with rows of the exposed by the current view.
DataView的ToTable方法可以返回实际的DataTable对象(该对象是用当前视图所公开的行填充的)。
msdn2.microsoft.com
6.
Typical objects you would use are DataTable and DataView.
通常将使用DataTable和DataView对象。
msdn2.microsoft.com
7.
Starts the initialization of a DataView that is used on a form or used by another component.
开始初始化在窗体上使用的或由另一个组件使用的DataView。
msdn2.microsoft.com
8.
If AllowNew is true, you can use the AddNew method of the DataView to create a new DataRowView.
如果AllowNew为true,则可以使用DataView的AddNew方法来创建新的DataRowView。
msdn2.microsoft.com
9.
You can search for rows according to their sort key values by using the Find and FindRows methods of the DataView.
可以使用DataView的Find和FindRows方法,根据排序关键字值搜索行。
msdn2.microsoft.com
10.
For example, if you want to create a custom view on the table, set the RowFilter on the DataView returned by the DefaultView.
例如,如果希望在表上创建自定义视图,请在DefaultView返回的DataView上设置RowFilter。
msdn2.microsoft.com
1.
Sorting and Filtering Data Using a DataView
使用DataView对数据排序和筛选
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2026/7/18 18:26:43