DbSpecificCreatorBaseFindRealAlias Method | 
| Name | Description | |
|---|---|---|
| FindRealAlias(String, String, String) | 
            Finds the real alias for the entity + objectalias combination. A real alias is necessary as an entity mapped onto multiple tables (through inheritance)
            is aliased with a single object alias but each target has to have a different real alias. Checks all scopes.
              | |
| FindRealAlias(String, String, String, Boolean) | 
            Finds the real alias for the entity + objectalias combination. A real alias is necessary as an entity mapped onto multiple tables (through inheritance)
            is aliased with a single object alias but each target has to have a different real alias.
              |