ResultEntity class

Represents a table used in query.

public class Korzh.EasyQuery.Db.ResultEntity

Properties

Type Name Description
ResultEntityList ChildEntites Gets the list of child tables.
DbEntity Entity Gets the table.
DbEntityLink Link Link to other (parent) table used in query.

Methods

Type Name Description
ResultEntity AddChildEntity(DbEntity entity, DbEntityLink link) Adds the child entity.
ResultEntity FindEntityByName(String name) Finds the table in result entity by its name