Oracle数据适配器 [英] OracleDataAdapter

查看:138
本文介绍了Oracle数据适配器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

oracle dataadapter具有方法填充采用3个参数的方法
我怎么称呼这个方法
何时使用此参数

oracledataadapter. Fill(dataTables,dataReader,startRecord,maxRecords);

当我做填充(带有参数类型)
给我这个错误
由于其保护级别而无法访问


注意
来自Microsoft
受保护的虚拟int Fill(
DataTable [] dataTables,
IDataReader dataReader,
int startRecord,
int maxRecords
)

oracle dataadapter have method fill take 3 parameter
how i can call this method
when take this parameters

oracledataadapter. Fill(dataTables, dataReader, startRecord, maxRecords);

when i do fill(with parameter type )
give me this error
is inaccessible due to its protection level


note
from Microsoft
protected virtual int Fill(
DataTable[] dataTables,
IDataReader dataReader,
int startRecord,
int maxRecords
)

推荐答案

^ ]


这篇关于Oracle数据适配器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆