DatabaseModelFactoryOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which metadata to read from the database.
public class DatabaseModelFactoryOptions
type DatabaseModelFactoryOptions = class
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
DatabaseModelFactoryOptions(IEnumerable<String>, IEnumerable<String>) |
Initializes a new instance of the DatabaseModelFactoryOptions class. |
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
Entity Framework