Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Corrected spelling of 'separate'
  • Loading branch information
pkral authored and AndriySvyryd committed Sep 7, 2019
1 parent 4c48fcd commit 587ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/ef6/modeling/designer/table-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.assetid: 452f17c3-9f26-4de4-9894-8bc036e23b0f
# Designer Table Splitting
This walkthrough shows how to map multiple entity types to a single table by modifying a model with the Entity Framework Designer (EF Designer).

One reason you may want to use table splitting is delaying the loading of some properties when using lazy loading to load your objects. You can separate the properties that might contain very large amount of data into a seperate entity and only load it when required.
One reason you may want to use table splitting is delaying the loading of some properties when using lazy loading to load your objects. You can separate the properties that might contain very large amount of data into a separate entity and only load it when required.

The following image shows the main windows that are used when working with the EF Designer.

Expand Down

0 comments on commit 587ca99

Please sign in to comment.