This question is locked. New answers and comments are not allowed.
Hi,
i have this code snippet here and i try to get it working...
The interpreter says the following:
Range variable name can be inferred only from a simple or qualified name with no arguments
Has anybody came across this issue?
i have this code snippet here and i try to get it working...
Dim Result = (From s In scope.Extent(Of ZipCodes)() _ Where s.Coord = sValue _ Group s By s.ZipCode.Substring(0, 2), s.Coord Into g = Group _ Select New With {.Region = ZipCode.Substring(0, 2), Coord})The interpreter says the following:
Range variable name can be inferred only from a simple or qualified name with no arguments
Has anybody came across this issue?