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

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