Methods
-
Begin
Edit() sealed Begins an edit procedure. -
Cancel
Edit() sealed Cancels an edit procedure. -
Create
Child Returns a DataView for the child DataTable with the specified child DataRelation.View(Data Relation) -
Create
Child Returns a DataView for the child DataTable with the specified DataRelation and parent.View(Data Relation, Boolean) -
Create
Child Returns a DataView for the child DataTable with the specified child DataRelation name.View(String) -
Create
Child Returns a DataView for the child DataTable with the specified DataRelation name and parent.View(String, Boolean) - Delete() Deletes a row.
-
End
Edit() sealed Commits changes to the underlying DataRow and ends the editing session that was begun with BeginEdit. Use CancelEdit to discard the changes made to the DataRow. - Equals(Object) virtual Gets a value indicating whether the current DataRowView is identical to the specified object.
-
Get
Hash virtual Returns the hash code of the DataRow object.Code()
Properties
-
Data
View Gets the DataView to which this row belongs. -
Is
Edit Indicates whether the row is in edit mode. -
Is
New Indicates whether a DataRowView is new. - Item
-
Object
ID - Row Gets the DataRow being viewed.
-
Row
Version Gets the current version description of the DataRow. -
Row
Version Default -
System.
Component privatesealed Gets a message that describes any validation errors for the object.Model. IData Error Info. Error -
System.
Component privatesealedModel. IData Error Info. Item
Events
-
Property
Changed sealed Event that is raised when a DataRowView property is changed.