TeamRow.Fields doesn't have any data. I think what you are trying to do is:
team.TeamId = row.TeamId;
Of course this is the right way if MyRow is TeamRow.