Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbContext.Configuration Property

Entity Framework 6.0
 

Provides access to configuration options for the context.

Namespace:   System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

public DbContextConfiguration Configuration { get; }

Property Value

Type: System.Data.Entity.Infrastructure.DbContextConfiguration

An object used to access configuration options.

Return to top
Show: