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.
我创建了一个网格,我正在从 sql server 中提取数据。桌子是按时轮班的。我想提交更改、添加和删除班次。我很好奇我的一些选择是什么。我也很好奇什么被认为是最佳实践。谢谢,卡尔
我强烈建议您在可以执行基本数据操作(加载、插入或更新...)的情况下构建或使用“数据层”但是,这取决于您将使用的技术...(面向 MVC,数据实体模型,业务对象和 SQL 查询,...)然后您可以将您的网格绑定到该层,并且任何操作都将通过其调用来处理。