예제 #1
0
 internal void InitVars()
 {
     this.tabletsa_Cotizacion = ((tsa_CotizacionDataTable)(this.Tables["tsa_Cotizacion"]));
     if ((this.tabletsa_Cotizacion != null))
     {
         this.tabletsa_Cotizacion.InitVars();
     }
 }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName         = "tsa_CotizacionDataset";
     this.Prefix              = "";
     this.Namespace           = "http://tempuri.org/tsa_Cotizacion.xsd";
     this.Locale              = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive       = false;
     this.EnforceConstraints  = true;
     this.tabletsa_Cotizacion = new tsa_CotizacionDataTable();
     this.Tables.Add(this.tabletsa_Cotizacion);
 }
예제 #3
0
 internal tsa_CotizacionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsa_Cotizacion = ((tsa_CotizacionDataTable)(this.Table));
 }