Skip to main content
All docs
V18.2

EditConnectionContext.SolutionTypesProvider Property

Specifies an object that provides access to the known types in the current solution.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public ISolutionTypesProvider SolutionTypesProvider { get; set; }

Property Value

Type Description
ISolutionTypesProvider

An object implementing the ISolutionTypesProvider interface.

See Also