Quantcast
Channel: ADO.NET, Entity Framework, LINQ to SQL, NHibernate
Viewing all articles
Browse latest Browse all 1698

Can you rename an existing table to an entity object?

$
0
0

I am two tables. Table dbo.TempTable was created as a temp table in my SQL database and is not part of my dbContext. Table dbo.entityTable is part of my dbContext. Can I delete Table dbo.entityTable in Sql and Rename Table dbo.TempTable to dbo.entityTable without disrupting my entity model?

Thanks in advance


Viewing all articles
Browse latest Browse all 1698

Trending Articles