public void RemoveChildRelationsRow(ChildRelationsRow row) { this.Rows.Remove(row); }
public ChildRelationsRowChangeEvent(ChildRelationsRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddChildRelationsRow(ChildRelationsRow row) { this.Rows.Add(row); }