silverlight - How to generate new table related code in existing Ria Service without deleting it -


How to generate a new table related code without removing it in existing RIA service. Please suggest the best practice I have a domain service, I have modified a lot of auto-generated code and meta data, now I want to include more than two tables auto-generated code without deleting it.

Your best option is to add a second, temporary doamian service that includes those tables And then copy the code for the existing domain service. Once you are finished, remove the temporary domain service.

The second option is to put the new code into the hand, for example, use existing code for other tables.

My understanding is that the generator is intended to use only for the creation of new domain services.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -