Exemple #1
0
            public override DataTable Clone()
            {
                tsa_CotizacionesDetDataTable cln = ((tsa_CotizacionesDetDataTable)(base.Clone()));

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