Skip to content

EntityStore class

public class Korzh.EasyQuery.EntityStore
: MetaEntityStore, IEnumerable<Entity>, IEnumerable

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
EntityStore(Entity parentEntity)void
NameTypeDescription
ItemEntity
NameTypeDescription
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>