public st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow Addst_EstadisticaOrdenReparacionMotivoOrdenReparacionRow(long IdOrdenReparacion, long IdMotivo, bool EsVerdadero, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionRow = ((st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow)(this.NewRow()));

                rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionRow.ItemArray = new object[] {
                    IdOrdenReparacion,
                    IdMotivo,
                    EsVerdadero,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionRow);
                return(rowst_EstadisticaOrdenReparacionMotivoOrdenReparacionRow);
            }
 public st_EstadisticaOrdenReparacionMotivoOrdenReparacionRowChangeEvent(st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removest_EstadisticaOrdenReparacionMotivoOrdenReparacionRow(st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addst_EstadisticaOrdenReparacionMotivoOrdenReparacionRow(st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow row)
 {
     this.Rows.Add(row);
 }