如何使用 SQLite.NET 设计器 Visual Studio 加载项
我已经安装了 SQLite.NET,并在安装过程中选中了有关设计时支持的框,这应该是我可以用来对数据库建模的 Visual Studio 插件。
但是,我似乎无法找到如何打开/启动这个设计器。有人可以发布一个简单的说明吗?
谢谢。
I've installed SQLite.NET and during the installation I checked the boxes about design-time support, which should be a Visual Studio add-in I can use to model databases.
However, I can't seem to find out how to open/start this designer. Could anyone post a simple instruction please.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这个附加组件等于 http://sqlite.phxsoftware.com/ 上描述的功能:
“Visual Studio 2005/2008 设计时支持
您可以将 SQLite 连接添加到服务器资源管理器、使用查询设计器创建查询、将表拖放到类型化数据集中等等! SQLite 的设计器适用于完整版本的 Visual Studio 2005/2008,包括 VS2005 Express 版本。
* 新功能 您可以在 Visual Studio Server Explorer 中以交互方式创建/编辑视图、表、索引、外键、约束和触发器!”
我认为这只是关于通过 SQLite 使用 VS 的常见数据库相关功能的能力。
I believe this add-on equals the feature described on http://sqlite.phxsoftware.com/:
"Visual Studio 2005/2008 Design-Time Support
You can add a SQLite connection to the Server Explorer, create queries with the query designer, drag-and-drop tables onto a Typed DataSet and more! SQLite's designer works on full editions of Visual Studio 2005/2008, including VS2005 Express Editions.
* NEW You can create/edit views, tables, indexes, foreign keys, constraints and triggers interactively within the Visual Studio Server Explorer!"
I think it's just about the ability to use the common database-related features of VS with SQLite.