예제 #1
0
            public override DataTable Clone()
            {
                tsh_GruposProductosDataTable cln = ((tsh_GruposProductosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 internal void InitVars()
 {
     this.tabletsh_GruposProductos = ((tsh_GruposProductosDataTable)(this.Tables["tsh_GruposProductos"]));
     if ((this.tabletsh_GruposProductos != null))
     {
         this.tabletsh_GruposProductos.InitVars();
     }
 }
예제 #3
0
 private void InitClass()
 {
     this.DataSetName              = "tsh_GruposProductosDataset";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/tsh_GruposProductos.xsd";
     this.Locale                   = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive            = false;
     this.EnforceConstraints       = true;
     this.tabletsh_GruposProductos = new tsh_GruposProductosDataTable();
     this.Tables.Add(this.tabletsh_GruposProductos);
 }
예제 #4
0
 internal tsh_GruposProductosRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsh_GruposProductos = ((tsh_GruposProductosDataTable)(this.Table));
 }