public override global::System.Data.DataTable Clone()
            {
                TABLA_GENERALDataTable cln = ((TABLA_GENERALDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "TablaGeneralTD";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/TablaGeneralTD.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTABLA_GENERAL      = new TABLA_GENERALDataTable();
     base.Tables.Add(this.tableTABLA_GENERAL);
 }
 internal void InitVars(bool initTable)
 {
     this.tableTABLA_GENERAL = ((TABLA_GENERALDataTable)(base.Tables["TABLA_GENERAL"]));
     if ((initTable == true))
     {
         if ((this.tableTABLA_GENERAL != null))
         {
             this.tableTABLA_GENERAL.InitVars();
         }
     }
 }
 internal TABLA_GENERALRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTABLA_GENERAL = ((TABLA_GENERALDataTable)(this.Table));
 }