Tables and Entities
In this section we'll discuss how to create classes that can access tables in our database.
We'll start by reviewing the "Entities" developer tool to view the tables in our database.
We'll also use "Code First" pattern, to create a table as a class, and then create it in the database.
- The Entities Developer Tool
- Creating a new entity
- Adding a column
- Using snippet to add column
- Primary Key
- Creating the table in the DB and view data
- Column Properties
- Adding an Index
- Generating an Entity class base on existing table in the DB
- Types
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com