|
-
Apr 19th, 2016, 10:24 AM
#1
Thread Starter
Fanatic Member
Create entity model in C# from database, but changing object names
I was considering creating a basic object model in my new C# MVC project by importing all of the database tables using the entity framework. However, our database standards mean that all tables are prefixed with tbl; e.g. the table for client details is called tblClient.
Is there a way to import all of the tables into the C# application while applying a conversion filter to remove that tbl from the front of every object, so that my client object is created with the name Client rather than tblClient?
Thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|