public void RemoveRelationsDefinitionRow(RelationsDefinitionRow row) { this.Rows.Remove(row); }
public RelationsDefinitionRowChangeEvent(RelationsDefinitionRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddRelationsDefinitionRow(RelationsDefinitionRow row) { this.Rows.Add(row); }