LINQ Select Syntax VB.NET
Once you apply the Select
in C# or VB, you have reduced the Tuple to the Item5
value and can't access Item4
. Do the Select
last:
Dim listObj = listTuples.Where(Function(t) t.Item4 = sCurId).Select(Function(t) t.Item5)