Andy White
Andy White

Reputation: 88375

SQL CE ORMs for .NET CF

Hopefully this isn't a duplicate, but does anyone know of any (good) ORMs that work with SQL Compact Edition, and can run in the .NET Compact Framework (e.g. Windows Mobile 5->6.x)?

Upvotes: 1

Views: 471

Answers (2)

Sasha
Sasha

Reputation: 1978

I am not shoe that LINQ is the full feature ORR, but have you tried SqlMetal.exe Compact.sdf /dbml:Compact.dbml /namespace:Compact /serialization:Unidirectional /pluralize?

P.S. LINQ is supported in the .NET Compact Framework version 3.5 and later.

Upvotes: 1

ErikEJ
ErikEJ

Reputation: 41779

LLBlGenPro does, it's suppoosed to be good, have never tested myself.

Upvotes: 1

Related Questions