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.
我可以像将 DataTable 转换为 DataTableReader 一样将数据表转换为 OracleDataReader
DataTable.CreateDataReader().
有什么方法可以从 DataTable 中生成 OracleDataReader 吗?
我真的想要一些关于这个问题的建议
另外,告诉我是否有办法将数据表列转换为 OracleLob 类型。
可能为时已晚,但它可以帮助某人。
IDataReader resultBanner = (IDataReader)objDatatable.CreateDataReader();