csharpfritz / csharpfritz/InstantAPIs

IncludeTable/ExcludeTable - appropriate noun?

Open
#60 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
453
Forks
58
PR merge metrics
No merged PRs in 30d

Description

Using EntityFrameworkCore we can map an entity to multiple tables or multiple entities to a single table (TPT, TPH etc)

This made me wonder about the usage of nouns like “table” and “column” (when configuring IncludeTable/ExcludeTable). Perhaps a better and more consistent fit with EFCore domain language would be “entity” (or “entity type”) and “property”.

Hence IncludeEntity/ExcludeEntity instead…?

There is not always a one to one mapping regards entity to table.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.