本文介绍了如何将DataTableReader转换为NpgSqlDataReader的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试将DataTableReader强制转换为NpgSqlDataReader(它是一个抽象类)但没有成功。尝试继承它但我不能因为它具有无法覆盖的内部功能。我试图做的最后一件事是将NpgSqlDataReader的一个对象从一个进程移动到另一个进程。
感谢您的帮助。
解决方案
I'm trying to cast DataTableReader to NpgSqlDataReader (its an abstract class) with no success. tried inheriting from it but than i cant because it has internal function that could not be override. The final thing im trying to do is move an object of NpgSqlDataReader from one process to another.
Thanks for the help.
解决方案
这篇关于如何将DataTableReader转换为NpgSqlDataReader的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!