DatabaseModelFactoryOptions Class

Definition

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