コード例 #1
0
        protected override string GetEntityName(string tableName)
        {
            string name = ConfigNameMapping.GetEntityName(tableName);

            return((string.IsNullOrWhiteSpace(name)) ? PluralNameMapping.GetEntityName(tableName) : name);
        }
コード例 #2
0
        protected override string GetEntityName(string tableName)
        {
            string name = ConfigNameMapping.GetEntityName(tableName);

            return((string.IsNullOrWhiteSpace(name)) ? tableName.UnderscoreToUpperCamel() : name);
        }