Skip to main content

entitystore-class

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

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
EntityStore(Entity parentEntity)void

Properties

NameTypeDescription
ItemEntity

Methods

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>