Skip to main content

EFDataConnection.SolutionTypesProvider Property

Specifies the solution types provider for an EFDataConnection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public ISolutionTypesProvider SolutionTypesProvider { get; set; }

Property Value

Type Description
ISolutionTypesProvider

An object implementing the ISolutionTypesProvider interface that provides access to the known types in the current solution.

See Also