DataRow

我们应该
常用释义
我们应该

扩展信息

数据行
数据行DataRow):DataRow表示在表中包含的实际数据。DataRow 及其属性和方法用于检索、计算和处理表中的数据。
资料列
不管是资料列(DataRow)或是资料栏位(DataColumn)它的索引值都是由0起算...与阵列的概念一样..回应DataSet跟RecordSet的 …
普通行
GridView中Ch... ... (e.Row.RowType == DataControlRowType.Pager) 分页 (e.Row.RowType == DataControlRowType.DataRo
有行
...多个表(Table),一般只有一个表,然后每个表中有行(DataRow)和列(DataColumn),DataRow[DataColumn]可以得到某行某 …
行对象
Visual... ... 对象的执行 4.5.1 返回单个值的执行 ExecuteScalar 4.5.2 的创建 5.4.3 行对象 DataRow 5.4.4 ...
使用集合操作比较
精通LINQ数据访问... ... 9.2.12 操作泛型绑定列表 BindingListT 224 10.4.10 使用集合操作比较 DataRow 262 1.1.1 查询与 LIN…

例句

When AcceptChanges is called on a DataSet, DataTable, or DataRow, all rows with a row state of Deleted are removed.

对DataSet、DataTable或DataRow调用AcceptChanges时,会移除行状态为Deleted的所有行。

Therefore, manually putting the passed in values back into a DataRow helps ensure the validity of the data being passed to the BLL method.

因此,我们应该手工的验证一下传入的参数以保证传递给BLL方法的数据是有效的。

当您在DataRow中更改列值时,所做更改会立即置于行的当前状态中。

Each DataRow object has a RowState property that you can examine to determine the current state of the row.

每个DataRow对象都具有RowState属性,您可以检查此属性来确定行的当前状态。

The DataRow also provides three methods that you can use to suspend the state of the row while you are editing it.

DataRow还提供了三种可用于在编辑行时将行的状态挂起的方法。

下面的示例通过DataRow对象的Item属性获取列的当前值。

If more than one row is returned in a DataRow array, the inserted row may not be returned in the location specified by InsertAt.

如果在DataRow数组中返回了多行,则插入的行可能不会返回到InsertAt指定的位置。

Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter.

获取或设置命令结果在由DbDataAdapter的Update方法使用时如何应用于DataRow。

The RowState property of each DataRow also changes; Added and Modified rows become Unchanged, and Deleted rows are removed.

每个DataRow的RowState属性也都更改;Added和Modified行变为Unchanged,Deleted行被移除。

该结果集只包含每个DataRow的当前列值,而被标记为删除的行将被跳过。

Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.

使用指定的DataRelation和DataRowVersion获取DataRow的子行。

使用Select方法创建数据表,Select方法基于传递给它的表达式返回DataRow数组。

Occurs when a value is being changed for the specified DataColumn in a DataRow.

在DataRow中指定的DataColumn的值发生更改时发生。

获取DataRow对象的状态。

The following example uses the GetChildRows to return the child DataRow objects for every child DataRelation in a DataTable.

下面的示例使用GetChildRows为DataTable中的每个子级DataRelation返回子级DataRow对象。

Represents the exception that is thrown when you try to perform an operation on a DataRow that is not in a DataTable.

表示尝试在不位于DataTable中的DataRow上执行操作时引发的异常。

This allows you to retrieve all the related DataRow objects in one DataTable when given a single DataRow from a related DataTable.

它使您能够在给定相关DataTable中的单个DataRow的情况下检索一个DataTable中的所有相关DataRow对象。

Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true.

当目标和源DataRow的主键值相同且EnforceConstraints设置为真时发生。

通过调用HasVersion方法并将DataRowVersion作为参数传递,您可以测试DataRow是否具有特定的行版本。

将值分配给DataRow对象中的特定列。

The SourceVersion specifies the DataRow version that the DataAdapter uses to retrieve the value.

SourceVersion指定DataAdapter用于检索该值的DataRow版本。

新的索引引擎提高对DataTable和DataRow对象的插入、删除和修改操作的性能。

通过添加、更新或删除DataRow对象更改单个DataTable对象中的数据。

当创建、添加、修改和删除DataRow时,将输出其RowState。

Adding data to the RowError property of a DataRow sets the HasErrors property of the DataRow to true.

将数据添加到DataRow的RowError属性会将DataRow的HasErrors属性设置为true。

下面的示例使用筛选表达式和记录状态来返回DataRow对象的数组。

The DataRowState enumeration is returned by the RowState property of the DataRow class.

DataRowState枚举由DataRow类的RowState属性返回。

获取按照指定的排序顺序且与筛选条件相匹配的所有DataRow对象的数组。

You can control the amount of data to update by passing in an entire DataSet, a DataTable, an array of DataRows, or a single DataRow.

通过传入完整的DataSet、DataTable、DataRow数组或单个DataRow,您可以控制要更新的数据量。

Occurs after a value has been changed for the specified DataColumn in a DataRow.

在DataRow中指定的DataColumn的值被更改后发生。