parententityattrexpr-class
Represents parent entity attribute expression
public class Korzh.EasyQuery.ParentEntityAttrExpr
: EntityAttrExpr
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
ParentEntityAttrExpr(DataModel model, EntityAttr attr) | void | Get the expression's tag - a special identifier that is used to distinguish the type of the expression . |
Properties
Name | Type | Description |
---|---|---|
IsParentExpr | bool | Gets a value indicating whether this instance is a parent expression. |
Tag | int | Get the expression's tag - a special identifier that is used to distinguish the type of the expression . |