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

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