protected override string GetEntityName(string tableName) { return(PrefixSuffixNameMapping.GetEntityName(tableName)); }
protected override string GetEntityName(string tableName) { string name = ConfigNameMapping.GetEntityName(tableName); return((string.IsNullOrWhiteSpace(name)) ? PrefixSuffixNameMapping.GetEntityName(tableName) : name); }