DbContextFactoryOptions Class

Definition

Provides information about the environment an application is running in.

public class DbContextFactoryOptions
type DbContextFactoryOptions = class
Public Class DbContextFactoryOptions
Inheritance
DbContextFactoryOptions

Constructors

DbContextFactoryOptions()

Properties

ApplicationBasePath
Obsolete.

Gets or sets the directory containing the application.

ContentRootPath
Obsolete.

Gets or sets the directory containing the application content files.

EnvironmentName
Obsolete.

Gets or sets the name of the environment.

Applies to