Love 2.0. Thank you very much!
Question: Intimately familiar with LLBLGen SQL Server. Today I find myself writing a handheld app using SQL Server CE (not so familiar). What is the best way to generate LLBLGen classes from the SQL Server CE database?
I have been getting by creating a "normal" SQL Server database, generating my self-service classes from that using the CF 2.0 driver. But I need to make sure my actual SQL Server CE database file (.sdf) is in-synch with my "normal" database by hand. Is there any way to generate LLBLGen classes directly from the .sdf file? (sorry for the noob SQL CE question)
Thanks!
Michael