Is there any way to generate database models from existing database (sdf file) for .NET Compact Framework 2.0? Since it doesn't support LINQ I c开发者_JAVA技巧annot use SqlMetal.
I'm looking for free for commercial use tool.
LLBLGenPro (commercial) supports SQL Compact and .NET CF. You could also try http://orm.codeplex.com
精彩评论