DbEntity class

Base SQL Entity

public class Korzh.EasyQuery.Db.DbEntity
    : Entity, IComparable<Entity>

Properties

Type Name Description
ICollection<DbEntityLink> EntityLinks Gets the entity links.

Methods

Type Name Description
EntityAttr FindAttribute(EntityAttrProp what, String val) Finds the attribute by its ID.
void LoadNodes(XmlReader reader) Loads the root nodes of the entity.