EFConnectionParameters Properties
Contains parameters used to establish a connection to an Entity Framework data source.
Name | Description |
---|---|
Connection |
Specifies a connection string used by an Entity Framework data source to establish connection to data. |
Connection |
Specifies the name of a connection string used by an Entity Framework data source. |
Custom |
Gets or sets the path to the external assembly containing the Entity Framework model. |
Custom |
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