Page 1 of 1

Problem with LINQ Queries...

Posted: Tue 11 Nov 2008 13:29
by Zero-G.
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:

Code: Select all

Dim Krankenkassa As System.Linq.IQueryable(Of voptneuModel.krankenkassa) = _
            From K In Entities.krankenkassa
Because, this is not working:

Code: Select all

Dim Krankenkassa = From K in Entites.krankenkassa...
Why is this?

Posted: Thu 13 Nov 2008 08:14
by Zero-G.
Hey

Found out the problem for myself...
The problem was caused, because I have had Option Infer Set to Off. - This has to be ON

THX