Re-scaffold specific tables/entities?

Hello, I'm using the trial version of RBS. Is there a way to regenerate the scaffolding for specific tables/entities/models? Or is it all-or-nothing on an app scope? Thanks.

Hi @Kathy,

It depends on what you want to rescaffold. If you want to rescaffold the models and database service - no, you can't rescaffold just some entities. If you uncheck the others they will not be included in the entity framework context.

If you want to scaffold pages you can pick whatever entity you want to scaffold pages for it.