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

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