Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

I have created a TableAdapter having one primary key and one foreign key with other column which can be null. I have inserted the primary key and foreign key in the initial insert row method. In the next move when I update the adapter with a method for other column values it gives me all the column names plus column names with prefix like IsNull_Name, IsNull_Original_Name? The error it shows is no overloadmethod takes 8 aruguments when I made a method in the adapter with only 8 arguments.

Please help me.

Regards
Surya
Posted

Perhaps if you were to post some code so we can see what you've done ?
 
Share this answer
 
Fields like IsNull_Name and IsNull_Original_Name fields are automatically generated by .Net.

Check your overloaded method.
 
Share this answer
 
v2

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