shadhow wrote:
I noticed that. Have you got a fix for it? There's no problem if just the loction column is selected but it fails for more than one column.Either you call the mapper.Add(...) function prior to adding the column to the columns collection or you change
mapper.AddMap(i, table.Columns.Count);
tomapper.AddMap(i, table.Columns.Count - 1);