Column Name aliasing in the edml

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
thiruppathi
Posts: 11
Joined: Wed 22 May 2013 08:43

Column Name aliasing in the edml

Post by thiruppathi » Fri 28 Jun 2013 02:59

Hi,

How can I create a column name aliasing in the edml? I got a column in a table as "intSomeid" and I want to generate the property name as "Someid" instead of "intSomeid".

Any thoughts on this?

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Column Name aliasing in the edml

Post by Shalex » Fri 28 Jun 2013 07:30

Please rename the generated "intSomeid" EntityProperty in CSDL to "Someid" and save the model. This will not break a workability of your application if Model Settings > Synchronization > Mapping > "Enable automatic synchronization of storage part and mapping of the model with its conceptual part" option is turned off.

Post Reply