EFDataConnection Properties
A connection to an Entity Framework data source.
Name | Description |
---|---|
Connection |
Specifies parameters used to establish a connection. |
Connection |
Specifies a connection string used to connect to data. |
Connection |
Specifies the connection string provider for an EFData |
EFContext |
|
Is |
Specifies whether or not the data connection is currently active. |
Name | Specifies the name of a data connection. |
Solution |
Specifies the solution types provider for an EFData |
Store |
Specifies whether to store connection settings in addition to the data connection name. |
See Also