EFDataConnection Constructors
A connection to an Entity Framework data source.Name | Parameters | Description |
---|---|---|
EFDataConnection(String, EFConnectionParameters) | name, connectionParameters | Initializes a new instance of the EFDataConnection class with the specified connection name and parameters. |
See Also