IDXAssemblyInfo.TypesInfo Property
Obtains a collection of types available in the current assembly.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDXTypeInfo> | A collection of IDXTypeInfo objects. |
See Also