Skip to content

Commit

Permalink
Merge pull request #210 from cjzness/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
natemcmaster committed Jul 1, 2016
2 parents ba8432f + 97c81ff commit 620445b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/efcore-vs-ef6/porting/ensure-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EF Core does not perform any of this magic.
* The database connection must be explicitly configured in code.
* No initialization is performed. You must use ``DbContext.Database.Migrate()`` to apply migrations (or ``DbContext.Database.EnsureCreated()`` and ``EnsureDeleted()`` to create/delete the database without using migrations).

Code Frist table naming convention
Code First table naming convention
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

EF6.x runs the entity class name through a pluralization service to calculate the default table name that the entity is mapped to.
Expand Down

0 comments on commit 620445b

Please sign in to comment.