Skip to content

ResultEntity class

Represents a table used in query.

public class Korzh.EasyQuery.Db.ResultEntity

Properties

TypeNameDescription
ResultEntityListChildEntitesGets the list of child tables.
EntityEntityGets the table.
DbEntityLinkLinkLink to other (parent) table used in query.

Methods

TypeNameDescription
ResultEntityAddChildEntity(Entity entity, DbEntityLink link)Adds the child entity.
ResultEntityFindEntityByName(String name)Finds the table in result entity by its name