コード例 #1
0
            public override DataTable Clone()
            {
                tlg_StockNumerosDeSerieDataTable cln = ((tlg_StockNumerosDeSerieDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 internal void InitVars()
 {
     this.tabletlg_StockNumerosDeSerie = ((tlg_StockNumerosDeSerieDataTable)(this.Tables["tlg_StockNumerosDeSerie"]));
     if ((this.tabletlg_StockNumerosDeSerie != null))
     {
         this.tabletlg_StockNumerosDeSerie.InitVars();
     }
 }
コード例 #3
0
 private void InitClass()
 {
     this.DataSetName                  = "tlg_StockNumerosDeSerieDataset";
     this.Prefix                       = "";
     this.Namespace                    = "http://tempuri.org/tlg_StockNumerosDeSerie.xsd";
     this.Locale                       = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive                = false;
     this.EnforceConstraints           = true;
     this.tabletlg_StockNumerosDeSerie = new tlg_StockNumerosDeSerieDataTable();
     this.Tables.Add(this.tabletlg_StockNumerosDeSerie);
 }
コード例 #4
0
 internal tlg_StockNumerosDeSerieRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletlg_StockNumerosDeSerie = ((tlg_StockNumerosDeSerieDataTable)(this.Table));
 }