public void Removeaspnet_SchemaVersionsRow(aspnet_SchemaVersionsRow row) { this.Rows.Remove(row); }
public aspnet_SchemaVersionsRowChangeEvent(aspnet_SchemaVersionsRow row,System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addaspnet_SchemaVersionsRow(aspnet_SchemaVersionsRow row) { this.Rows.Add(row); }