Type characters cannot be used in range variable declarations
A type character has been included at the end of the name of a range variable declaration in a LINQ query.
Error ID: BC36601
To correct this error
- Remove the type character from the range variable declaration.
See Also
Concepts
Introduction to LINQ in Visual Basic
Reference
Aggregate Clause (Visual Basic)