Skip to content

EntityAttrStore class

public class Korzh.EasyQuery.EntityAttrStore
: MetaEntityAttrStore, IEnumerable<EntityAttr>, IEnumerable

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

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
EntityAttrStore(Entity parentEntity)void
NameTypeDescription
ItemEntityAttr
NameTypeDescription
Add(EntityAttr item)void
Any(Func<EntityAttr, bool> predicate)bool
AsEnumerable()IEnumerable<EntityAttr>
FirstOrDefault(Func<EntityAttr, bool> predicate)EntityAttr
GetEnumerator()IEnumerator<EntityAttr>
InsertItem(int index, MetaEntityAttr item)void
SetItem(int index, MetaEntityAttr item)void
Where(Func<EntityAttr, bool> predicate)IEnumerable<EntityAttr>