Beispiel #1
0
 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);
        }