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

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