public tsh_ProductosListasDePreciosAplicadasRow Addtsh_ProductosListasDePreciosAplicadasRow(string IdProducto, string IdListaDePrecio, System.Decimal Coeficiente, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tsh_ProductosListasDePreciosAplicadasRow rowtsh_ProductosListasDePreciosAplicadasRow = ((tsh_ProductosListasDePreciosAplicadasRow)(this.NewRow()));

                rowtsh_ProductosListasDePreciosAplicadasRow.ItemArray = new object[] {
                    IdProducto,
                    IdListaDePrecio,
                    Coeficiente,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtsh_ProductosListasDePreciosAplicadasRow);
                return(rowtsh_ProductosListasDePreciosAplicadasRow);
            }
 public tsh_ProductosListasDePreciosAplicadasRowChangeEvent(tsh_ProductosListasDePreciosAplicadasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsh_ProductosListasDePreciosAplicadasRow(tsh_ProductosListasDePreciosAplicadasRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsh_ProductosListasDePreciosAplicadasRow(tsh_ProductosListasDePreciosAplicadasRow row)
 {
     this.Rows.Add(row);
 }