tags:

views:

6

answers:

0

I am trying to create POCO from Northwind db manually. I am getting error while I have created Order_Details class. System.Data.SqlClient.SqlException: Invalid object name 'dbo.Order_Detail'.

Problem is that in northwind db [Order Details] table has a space inbetween it...How do I fix in creating POCO's

TIA