linq anonymous types

  1. M

    Question pb using linq and anonymous types

    Hi, I have a problem using linq and anonymous types in an asp.net vb.net application. When I write the code above, I have 2 errors : - "declarations of variable with Option Strinct On requires an As clause" - "the name 'item' is not declared" Public Sub MyFunc(ByVal xe As...
Back
Top