Skip to main content
All docs
V18.2

ConfigureContext Properties

For internal use. Provides settings required to configure an Entity Framework data source connection.
Name Description
ConnectionStorageService Specifies a service that stores the data connection settings.
ConnectionStringsProvider Specifies a storage of data connection settings.
Options Specifies the options to customize the Entity Framework Data Source Wizard.
ParameterService Specifies a service that manages query parameters.
PropertyGridServices Specifies services that provide functionality to custom parameter editors displayed in the Property Grid that is invoked from the Data Source wizard.
RepositoryItemsProvider Specifies the provider of repository items for editing query parameters.
SolutionTypesProvider Specifies an object that provides access to the known types in the current solution.
See Also