We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 928f769 + 5c3b8a8 commit 5e23e0dCopy full SHA for 5e23e0d
README.md
@@ -45,7 +45,10 @@ This automates the process by just specifying what is equal to each other.
45
Mapper.Initialize(cfg =>
46
{
47
cfg.AddCollectionMappers();
48
+// entity framework
49
cfg.SetGeneratePropertyMaps<GenerateEntityFrameworkPrimaryKeyPropertyMaps<DB>>();
50
+// entity framework core
51
+cfg.SetGeneratePropertyMaps<GenerateEntityFrameworkCorePrimaryKeyPropertyMaps<DB>>();
52
// Configuration code
53
});
54
```
0 commit comments