Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A programming element that takes one or more arguments is included in a LINQ query. The compiler is unable to infer a range variable from that programming element.
Error ID: BC36599
To correct this error
Supply an explicit variable name for the programming element, as shown in the following code:
Dim query = From var1 In collection1
Select VariableAlias= SampleFunction(var1), var1
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.