public tsh_ListasDePreciosRow Addtsh_ListasDePreciosRow(string IdListaDePrecio, string Descripcion, string Codigo, System.Decimal Coeficiente, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, bool isDefault)
            {
                tsh_ListasDePreciosRow rowtsh_ListasDePreciosRow = ((tsh_ListasDePreciosRow)(this.NewRow()));

                rowtsh_ListasDePreciosRow.ItemArray = new object[] {
                    IdListaDePrecio,
                    Descripcion,
                    Codigo,
                    Coeficiente,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    isDefault
                };
                this.Rows.Add(rowtsh_ListasDePreciosRow);
                return(rowtsh_ListasDePreciosRow);
            }
 public tsh_ListasDePreciosRowChangeEvent(tsh_ListasDePreciosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsh_ListasDePreciosRow(tsh_ListasDePreciosRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsh_ListasDePreciosRow(tsh_ListasDePreciosRow row)
 {
     this.Rows.Add(row);
 }