linq to sql in C# CF

  • Thread starter Thread starter t.kwasniewski
  • Start date Start date
T

t.kwasniewski

Hi,
who knows how to implement linq to sql in CF?? The problem is , that i
can't get reference to system.linq.expressions. Is it possible to use
linq? referencing linq.dll doesn't help
 
You can write your own classes for LINQ to a SQLCompact database. One of the
MVPs did this at Connections (I forget who it was off hand) and I modified
some of my old code, using the Connections code, to do the same thing.

Dan
 
Back
Top