MetaEntityList class
Represents list of entities
public class EasyData.MetaEntityList : Collection<MetaEntity>Package: EasyData.Core (targets: netstandard2.0)
Assembly: EasyData.Core.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| MetaEntityList() | void |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| Reorder() | void | Reorders entity attributes by index in increase order. |
| SortByName() | void | Sorts all items in this list by their names. |