joinTableName

Determines the associated join table name for two entity types

@safe
enum string joinTableName(alias TEntity1, alias TEntity2);

Meta