Generate Entities Prefixed with Schema Name

Generate Entities Prefixed with Schema Name

Hello, 

We are evaluating Entity Developer for purchase. We currently use "EF Core Power Tools". One of the few nice things about it is that when using Database First, it generates entity names that are prefixed with the schema name followed by an underscore.

For example, for we have a table, Valuation.DefaultPricingStrategies, we get an entity class named, Valuation_DefaultPricingStrategies.

I know Entity Developer allows us to specify a prefix for the class name but how can I automate this so that the schema name is always generated followed by an underscore?