Skip to main content

EFDataConnection Properties

A connection to an Entity Framework data source.
Name Description
ConnectionParameters Specifies parameters used to establish a connection.
ConnectionString Specifies a connection string used to connect to data.
ConnectionStringsProvider Specifies the connection string provider for an EFDataConnection.
EFContextProvider
IsConnected Specifies whether or not the data connection is currently active.
Name Specifies the name of a data connection.
SolutionTypesProvider Specifies the solution types provider for an EFDataConnection.
StoreConnectionNameOnly Specifies whether to store connection settings in addition to the data connection name.
See Also