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 From or Aggregate clause has been specified without an In operator. You use the In operator to identify the collection to query.
Error ID: BC36607
To correct this error
- Add the
Inoperator and key fields to theFromorAggregateclause. The following is an example:
Dim names = From pers In people
Select pers.FirstName, pers.LastName
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.