Skip to main content
A newer version of this page is available. .

EFDataSource Constructors

An Entity Framework data source.
Name Parameters Description
EFDataSource() none Initializes a new instance of the EFDataSource class with the default settings.
EFDataSource(EFConnectionParameters) connectionParameters Initializes a new instance of the EFDataSource class with specified connection parameters.
EFDataSource(IContainer) container Initializes a new instance of the EFDataSource class with a specified container.
See Also