Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Viewing all articles
Browse latest Browse all 1642

New Post: How do I stop this table from being pluralized?

$
0
0
Try doing both of these:
new CustomPluralizationEntry("Settings_TAS", "Settings_TAS")

TableRename = (name, schema) =>
{
    return name.Replace("_TAS", "_Tas");
};

Viewing all articles
Browse latest Browse all 1642

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>