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();