DbConfiguration.SetConfiguration Method (DbConfiguration)

 

The Singleton instance of DbConfiguration for this app domain. This can be set at application start before any Entity Framework features have been used and afterwards should be treated as read-only.

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

public static void SetConfiguration(
	DbConfiguration configuration
)

Parameters

configuration
Type: System.Data.Entity.DbConfiguration

The instance of DbConfiguration.