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

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