EntityStore class
public class Korzh.EasyQuery.EntityStore : MetaEntityStore, IEnumerable<Entity>, IEnumerable
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
EntityStore(Entity parentEntity) | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Item | Entity |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
Add(Entity item) | void | |
AsEnumerable() | IEnumerable <Entity> | |
FirstOrDefault(Func <Entity, bool > predicate) | Entity | |
GetEnumerator() | IEnumerator <Entity> | |
InsertItem(int index, MetaEntity item) | void | |
SetItem(int index, MetaEntity item) | void | |
Where(Func <Entity, bool > predicate) | IEnumerable <Entity> |