Hello just a quick question.
I keep getting this the following error message
I am attempting to use LINQ to query the last row of a DataTable with the name 通勤経路 and then attempt to retrieve the value of the 到着 column as a string.
通勤経路.AsEnumerable().LastOrDefault().Field<string>("到着")
thank you
