DataRowView Class

The DataRowView class holds all the row data for a DataView. (See Tables C.15 and C.16.)

Table C.15. Properties of the DataRow Object
Property Description
DataView Returns the DataView to the DataRowView to which it belongs.
IsEdit Returns true if the DataRowView is in edit mode.
IsNew Returns true if the DataRow associated with the DataRowView was added and hasn’t been committed to the DataSet.
Item Gets or sets the value in the specified DataColumn.
Row Returns the DataRow being viewed.
RowVersion Returns the DataRow version used to check for concurrent data changes. Possible values are Default, Original, Current, and Proposed.
Table C.16. Methods of the DataRow Object
Method Description
BeginEdit Puts the DataRow into edit ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.