1) Create a model and use DataContract attribute and DataMember to alias the type name, the type namespace and the properties.
2) Explicitly configure the renamed elements using the convention modelbuilder.
3) Generate the IEdm model.
The generated model should reflect the changes explicitly done through the model builder.
2) Explicitly configure the renamed elements using the convention modelbuilder.
3) Generate the IEdm model.
The generated model should reflect the changes explicitly done through the model builder.