public st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow Addst_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow(long IdOrdenReparacion, long IdInstanciaOrdenReparacion, long IdTarea, long IdMotivo, bool EsVerdadero, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow = ((st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow)(this.NewRow()));

                rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow.ItemArray = new object[] {
                    IdOrdenReparacion,
                    IdInstanciaOrdenReparacion,
                    IdTarea,
                    IdMotivo,
                    EsVerdadero,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow);
                return(rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow);
            }
 public st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRowChangeEvent(st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removest_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow(st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addst_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow(st_EstadisticaOrdenReparacionMotivoOrdenReparacionDetRow row)
 {
     this.Rows.Add(row);
 }