will this remove permanent the (‘) in the dt1?
i need the (’) in the whole process.
this is my way of comparing ids
findrow = MSMEDT.AsEnumerable.Where(Function(x) x(3).ToString.Equals(currentrow(7).ToString)).FirstOrDefault()
will this remove permanent the (‘) in the dt1?
i need the (’) in the whole process.
this is my way of comparing ids
findrow = MSMEDT.AsEnumerable.Where(Function(x) x(3).ToString.Equals(currentrow(7).ToString)).FirstOrDefault()