예제 #1
0
            public override DataTable Clone()
            {
                tpu_ComprobantesDeCompraDetDataTable cln = ((tpu_ComprobantesDeCompraDetDataTable)(base.Clone()));

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