DbConnectionStringOrigin Enumeration
Entity Framework 5.0
Describes the origin of the database connection string associated with a DbContext object.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
| Member name | Description | |
|---|---|---|
| Convention | The connection string was created by convention. | |
| Configuration | The connection string was read from external configuration. | |
| UserCode | The connection string was explicitly specified at runtime. | |
| DbContextInfo | The connection string was overriden by connection information supplied to DbContextInfo. |
Show: