EFConnectionParameters Properties
Contains parameters used to establish a connection to an Entity Framework data source.Name | Description |
---|---|
ConnectionString | Specifies a connection string used by an Entity Framework data source to establish connection to data. |
ConnectionStringName | Specifies the name of a connection string used by an Entity Framework data source. |
CustomAssemblyPath | Gets or sets the path to the external assembly containing the Entity Framework model. |
CustomContextName | Gets or sets the name of the Entity Framework context. |
Source | Specifies the type of an Entity Framework database context used to connect to data. |
See Also