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.
[System.Runtime.CompilerServices.Nullable(0)]
public class DatabaseModelFactoryOptions
public class DatabaseModelFactoryOptions
[<System.Runtime.CompilerServices.Nullable(0)>]
type DatabaseModelFactoryOptions = class
type DatabaseModelFactoryOptions = class
Public Class DatabaseModelFactoryOptions
- Inheritance
-
DatabaseModelFactoryOptions
- Attributes
Remarks
See Reverse engineering (scaffolding) an existing database, and EF Core design-time services for more information and examples.
Constructors
| Name | Description |
|---|---|
| DatabaseModelFactoryOptions(IEnumerable<String>, IEnumerable<String>) |
Initializes a new instance of the DatabaseModelFactoryOptions class. |
Properties
| Name | Description |
|---|---|
| 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. |