Example #1
0
            public override DataTable Clone()
            {
                tpu_RetencionesDetDataTable cln = ((tpu_RetencionesDetDataTable)(base.Clone()));

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