QueryEntity property
QueryEntities<T, EntityGroup<T, E> >
get
QueryEntity
Returns a fresh QueryEntities scoped to this entity group.
Entry point for the Query-like DSL.
Implementation
QueryEntities<T, EntityGroup<T, E>> get QueryEntity => .new(app, self);