public void AddSchemaTableRow(SchemaTableRow row) { this.Rows.Add(row); }
public void RemoveSchemaTableRow(SchemaTableRow row) { this.Rows.Remove(row); }
public SchemaTableRowChangeEvent(SchemaTableRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }