shuxinqin / Chloe

A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
https://github.com/shuxinqin/Chloe/wiki
MIT License
1.52k stars 455 forks source link

执行sql查询的时候有办法获取到DataTable这样的对象吗 #264

Closed wxk0248 closed 3 years ago

wxk0248 commented 3 years ago

可能存在多种数据库源的情况下,要读取的表结构又不确定,只能确定表中包含ID,创建时间之类的字段,查询公共方法中是否有能获取类似DataTable这样的对象?

shuxinqin commented 3 years ago

https://github.com/shuxinqin/Chloe/wiki/Chloe.Extension

wxk0248 commented 3 years ago

好的,谢谢!