public tpu_RemitosComprasRow Addtpu_RemitosComprasRow(long IdRemitoCompra, long IdProveedor, string Codigo, System.DateTime Fecha, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa) { tpu_RemitosComprasRow rowtpu_RemitosComprasRow = ((tpu_RemitosComprasRow)(this.NewRow())); rowtpu_RemitosComprasRow.ItemArray = new object[] { IdRemitoCompra, IdProveedor, Codigo, Fecha, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, IdReservado, RowId, IdSucursal, IdEmpresa }; this.Rows.Add(rowtpu_RemitosComprasRow); return(rowtpu_RemitosComprasRow); }
public tpu_RemitosComprasRowChangeEvent(tpu_RemitosComprasRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetpu_RemitosComprasRow(tpu_RemitosComprasRow row) { this.Rows.Remove(row); }
public void Addtpu_RemitosComprasRow(tpu_RemitosComprasRow row) { this.Rows.Add(row); }