Eric B

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created VB LINQ inspection marks errors on query that compiles
CompletedI have the following VB code making use of LINQ formatted like an SQL request:Dim fruits = {"Apple", "Pear", "Peach", "Strawberry", "Blueberry", "Raspberry"} Dim berryCount = (From f As Strin...