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

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