Problem with LINQ Queries...
Posted: Tue 11 Nov 2008 13:29
Hey
I use VB.NET 2008 + SP1 & your components of dotConnector 5 BETA for mySQL
In my project, I always have to write the long term of LINQ's like:
Because, this is not working:
Why is this?
I use VB.NET 2008 + SP1 & your components of dotConnector 5 BETA for mySQL
In my project, I always have to write the long term of LINQ's like:
Code: Select all
Dim Krankenkassa As System.Linq.IQueryable(Of voptneuModel.krankenkassa) = _
From K In Entities.krankenkassa
Code: Select all
Dim Krankenkassa = From K in Entites.krankenkassa...