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

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

            return((string.IsNullOrWhiteSpace(name)) ? PrefixSuffixNameMapping.GetCollectionName(GetEntityName(tableName)) : name);
        }