Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
)
Posted
Updated 30-Dec-10 12:03pm
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900