简体   繁体   中英

Using SQLite like Linq in Visual Studio 2010

When using Visual Studio we can create a new item of type Linq to SQL classes (.dbml). After that we can drag and drop tables in the design view and manipulate them.

My question is: Can we use SQLite tables in the same way? Can we drag and drop them so VS can create the classes for us? If not is there a tool that can do that?

Thanks for your time.

We can generate.dbml files using the DBLinq from the chosen answer to this question .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM