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

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