Share via


DatabaseModelFactoryOptions Class

Definition

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.

Applies to