When using Visual Studio we can create a ne开发者_运维知识库w 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.
精彩评论