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

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