DbEntity class
Base SQL Entity
public class Korzh.EasyQuery.Db.DbEntity : Entity, IComparable<Entity>
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
ICollection<DbEntityLink> | EntityLinks | Gets the entity links. |
Methods
Section titled “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. |