Skip to content

ResultEntity class

Represents a table used in query.

public class Korzh.EasyQuery.Db.ResultEntity
TypeNameDescription
ResultEntityListChildEntitesGets the list of child tables.
DbEntityEntityGets the table.
DbEntityLinkLinkLink to other (parent) table used in query.
TypeNameDescription
ResultEntityAddChildEntity(DbEntity entity, DbEntityLink link)Adds the child entity.
ResultEntityFindEntityByName(String name)Finds the table in result entity by its name