Entity Devloper Prefix Removal Behavior and Model regneration
Is it possible to add the schema name as a prefix to entity classes, while also stripping a prefix from the table names, for example [auth].[tblTokens] -> AuthToken?
The model settings prefix removal field says "Prefix(s)" but no documentation explains how this matches, case sensitivity, how to delimit multiple prefixes to remove, etc.