DatabaseModelFactoryOptions Class

Definition

Specifies which metadata to read from the database.

C#
public class DatabaseModelFactoryOptions
Inheritance
DatabaseModelFactoryOptions

Remarks

See Reverse engineering (scaffolding) an existing database, and EF Core design-time services for more information and examples.

Constructors

Properties

Schemas

Gets the list of schemas to include. If empty, include all schemas.

Tables

Gets the list of tables to include. If empty, include all tables.

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0