Skip to content

Add documentation for view mapping.#2734

Merged
AndriySvyryd merged 1 commit intomasterfrom
Issue480
Oct 6, 2020
Merged

Add documentation for view mapping.#2734
AndriySvyryd merged 1 commit intomasterfrom
Issue480

Conversation

@AndriySvyryd
Copy link
Member

Fixes #480
Fixes #2138

Entity types can be mapped to database views using the Fluent API.

> [!Note]
> EF will assume that the referenced view already exists in the database, it will not create it automaticall in a migration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> EF will assume that the referenced view already exists in the database, it will not create it automaticall in a migration.
> EF will assume that the referenced view already exists in the database, it will not create it automatically in a migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update ToView docs Improve documentation for using database views

2 participants