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.
在这里快速提问。有没有人在他们的 dnn mvc 模块中使用 sql 层次结构 id 类型和 peta poco?您是否需要编写自定义查询来转换数据类型?项目需要添加sql server类型吗?
谢谢!
开箱即用,PetaPoco 不支持这种类型。但是,PetaPoco 确实支持一些灵活的映射点。
在我的脑海中,您可以声明自己的映射类型。见界面&文档&注册
另一种方法是使用流利的配置方法挂钩类型映射。查看示例和文档