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

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