LINQPad6 - SQL Table not recognized - CS0246 The type or namespace name....
Hello,
LINQPad 6 is not recognizing all tables of my MS SQL database.
Does anyone have the same issue? Can you please help me to figure out what the cause of this issue is?
Thanks in advance
Comments
Could the type name be singular instead of plural?
Hi Joe,
thank you for your answer. I have now tried to use the singular name for the type and creating an instance of the object is now possible. But when I trie to get data into it, I get this error:
Do you know what is now happening?
Thanks in advance
The collection is pluralized; the class name is singular. If you find this confusing, you can disable pluralization in connection properties. See the "5-minute induction" for more info.
Hi,
thank you for this answere. Now got the point.
Thank you.