Exemplo n.º 1
0
            public override DataTable Clone()
            {
                st_EstadisticaOrdenReparacionDataTable cln = ((st_EstadisticaOrdenReparacionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 internal void InitVars()
 {
     this.tablest_EstadisticaOrdenReparacion = ((st_EstadisticaOrdenReparacionDataTable)(this.Tables["st_EstadisticaOrdenReparacion"]));
     if ((this.tablest_EstadisticaOrdenReparacion != null))
     {
         this.tablest_EstadisticaOrdenReparacion.InitVars();
     }
 }
Exemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName        = "st_EstadisticaOrdenReparacionDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/st_EstadisticaOrdenReparacion.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablest_EstadisticaOrdenReparacion = new st_EstadisticaOrdenReparacionDataTable();
     this.Tables.Add(this.tablest_EstadisticaOrdenReparacion);
 }
Exemplo n.º 4
0
 internal st_EstadisticaOrdenReparacionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablest_EstadisticaOrdenReparacion = ((st_EstadisticaOrdenReparacionDataTable)(this.Table));
 }