Eric B

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Eric B commented, -
Eric B created a post, CompletedVB LINQ inspection marks errors on query that compiles
I 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...