ResultEntity class
Represents a table used in query.
public class Korzh.EasyQuery.Db.ResultEntity
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
ResultEntityList | ChildEntites | Gets the list of child tables. |
Entity | Entity | Gets the table. |
DbEntityLink | Link | Link to other (parent) table used in query. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
ResultEntity | AddChildEntity(Entity entity, DbEntityLink link) | Adds the child entity. |
ResultEntity | FindEntityByName(String name) | Finds the table in result entity by its name |