public override DataTable Clone()
            {
                st_EstadisticaOrdenReparacionMotivoOrdenReparacionDataTable cln = ((st_EstadisticaOrdenReparacionMotivoOrdenReparacionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tablest_EstadisticaOrdenReparacionMotivoOrdenReparacion = ((st_EstadisticaOrdenReparacionMotivoOrdenReparacionDataTable)(this.Tables["st_EstadisticaOrdenReparacionMotivoOrdenReparacion"]));
     if ((this.tablest_EstadisticaOrdenReparacionMotivoOrdenReparacion != null))
     {
         this.tablest_EstadisticaOrdenReparacionMotivoOrdenReparacion.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName        = "st_EstadisticaOrdenReparacionMotivoOrdenReparacionDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/st_EstadisticaOrdenReparacionMotivoOrdenReparacion.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablest_EstadisticaOrdenReparacionMotivoOrdenReparacion = new st_EstadisticaOrdenReparacionMotivoOrdenReparacionDataTable();
     this.Tables.Add(this.tablest_EstadisticaOrdenReparacionMotivoOrdenReparacion);
 }
 internal st_EstadisticaOrdenReparacionMotivoOrdenReparacionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablest_EstadisticaOrdenReparacionMotivoOrdenReparacion = ((st_EstadisticaOrdenReparacionMotivoOrdenReparacionDataTable)(this.Table));
 }