You can get the ordinal of the column by using the GetOrdinal method, so your call could be:
read.GetValue(read.GetOrdinal("ColumnID"));
You can get the ordinal of the column by using the GetOrdinal method, so your call could be:
read.GetValue(read.GetOrdinal("ColumnID"));