Page 1 of 1

Column Name aliasing in the edml

Posted: Fri 28 Jun 2013 02:59
by thiruppathi
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

Re: Column Name aliasing in the edml

Posted: Fri 28 Jun 2013 07:30
by Shalex
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.