Constructors
-
Data
Row(Data protected internal Initializes a new instance of the DataRow. Constructs a row from the builder. Only for internal usage.Row Builder)
Methods
-
Accept
Changes() Commits all the changes made to this row since the last time AcceptChanges was called. -
Begin
Edit() Starts an edit operation on a DataRow object. -
Cancel
Edit() Cancels the current edit on the row. -
Clear
Errors() Clears the errors for the row. This includes the RowError and errors set with SetColumnError(System.Int32, System.String). - Delete() Deletes the DataRow.
-
End
Edit() Ends the edit occurring on the row. -
Get
Child Gets the child rows of this DataRow using the specified DataRelation.Rows(Data Relation) -
Get
Child Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.Rows(Data Relation, Data Row Version) -
Get
Child Gets the child rows of a DataRow using the specified RelationName of a DataRelation.Rows(String) -
Get
Child Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.Rows(String, Data Row Version) -
Get
Column Gets the error description of the specified DataColumn.Error(Data Column) -
Get
Column Gets the error description for the column specified by index.Error(Int32) -
Get
Column Gets the error description for a column, specified by name.Error(String) -
Get
Columns Gets an array of columns that have errors.In Error() -
Get
Parent Gets the parent row of a DataRow using the specified DataRelation.Row(Data Relation) -
Get
Parent Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion.Row(Data Relation, Data Row Version) -
Get
Parent Gets the parent row of a DataRow using the specified RelationName of a DataRelation.Row(String) -
Get
Parent Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.Row(String, Data Row Version) -
Get
Parent Gets the parent rows of a DataRow using the specified DataRelation.Rows(Data Relation) -
Get
Parent Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion.Rows(Data Relation, Data Row Version) -
Get
Parent Gets the parent rows of a DataRow using the specified RelationName of a DataRelation.Rows(String) -
Get
Parent Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.Rows(String, Data Row Version) -
Has
Version(Data Gets a value that indicates whether a specified version exists.Row Version) -
Is
Null(Data Gets a value that indicates whether the specified DataColumn contains a null value.Column) -
Is
Null(Data Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value.Column, Data Row Version) -
Is
Null(Int32) Gets a value that indicates whether the column at the specified index contains a null value. -
Is
Null(String) Gets a value that indicates whether the named column contains a null value. -
Reject
Changes() Rejects all changes made to the row since AcceptChanges was last called. -
Set
Added() Changes the RowState of a DataRow to Added. -
Set
Column Sets the error description for a column specified as a DataColumn.Error(Data Column, String) -
Set
Column Sets the error description for a column specified by index.Error(Int32, String) -
Set
Column Sets the error description for a column specified by name.Error(String, String) -
Set
Modified() Changes the RowState of a DataRow to Modified. -
Set
Null(Data protected Sets the value of the specified DataColumn to a null value.Column) -
Set
Parent Sets the parent row of a DataRow with specified new parent DataRow.Row(Data Row) -
Set
Parent Sets the parent row of a DataRow with specified new parent DataRow and DataRelation.Row(Data Row, Data Relation)
Properties
- Element
-
Has
Errors Gets a value that indicates whether there are errors in a row. -
Has
Property Changed - Item
-
Item
Array Gets or sets all the values for this row through an array. -
Last
Changed Column -
RBTree
Node Id -
Row
Error Gets or sets the custom error description for a row. -
Row
State Gets the current state of the row with regard to its relationship to the DataRowCollection. - Table Gets the DataTable for which this row has a schema.
-
row
ID