Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像 oracle 数据库的表单生成器一样, 有没有 MS 表单生成器!? 因为它会给我一个.net表单的输出,我可以显示/编辑/删除/更新数据! 操作数据不是我的项目目标之一,所以我希望生成它而不是编写带有绑定、网格、linq、数据集、适配器等的表单 。是否有适用于 SQL Server 或 SQL 精简版的 MS 表单生成器?
SQL Server 没有内置的表单生成器解决方案。
但是,您可以使用 Visual Studio 轻松制作自定义表单应用程序。
此处的示例:BindingSource 和 BindingNavigator