ISolutionTypesProvider.GetTypes() Method
Obtains a collection of available types.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<IDXTypeInfo> | A collection of IDXTypeInfo objects. |
See Also