You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This part is very unclear and maybe contain mistakes, at least I failed to understand it:
"By convention, EF will only set up inheritance if two or more inherited types are explicitly included in the model. EF will not automatically scan for base or derived types that are not otherwise included in the model."
And this is obviously not a correct sentence:
"This model be mapped to the following database schema (note the implicitly-created Discriminator column, which identifies which type of Blog is stored in each row)"
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: a10898c5-abee-1843-cfff-b2707f8a079a
Version Independent ID: d9399618-488e-20b1-f707-35a191b95cc1
This part is very unclear and maybe contain mistakes, at least I failed to understand it:
"By convention, EF will only set up inheritance if two or more inherited types are explicitly included in the model. EF will not automatically scan for base or derived types that are not otherwise included in the model."
And this is obviously not a correct sentence:
"This model be mapped to the following database schema (note the implicitly-created Discriminator column, which identifies which type of Blog is stored in each row)"
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: