public tbExportadoresAgentesVendasRow AddtbExportadoresAgentesVendasRow(int nIdExportador, int nIdAgente, string strNome, string strEndereco, string strCidade, int nIdPais, string strEmail, string strSite)
            {
                tbExportadoresAgentesVendasRow rowtbExportadoresAgentesVendasRow = ((tbExportadoresAgentesVendasRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    nIdExportador,
                    nIdAgente,
                    strNome,
                    strEndereco,
                    strCidade,
                    nIdPais,
                    strEmail,
                    strSite
                };
                rowtbExportadoresAgentesVendasRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtbExportadoresAgentesVendasRow);
                return(rowtbExportadoresAgentesVendasRow);
            }
 public tbExportadoresAgentesVendasRowChangeEvent(tbExportadoresAgentesVendasRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemovetbExportadoresAgentesVendasRow(tbExportadoresAgentesVendasRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddtbExportadoresAgentesVendasRow(tbExportadoresAgentesVendasRow row)
 {
     this.Rows.Add(row);
 }