ParentEntityAttrExpr class
Represents parent entity attribute expression
public class Korzh.EasyQuery.Db.ParentEntityAttrExpr : DbEntityAttrExpr, ISqlExpression, IDbCondition
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Boolean | IsParentExpr | Gets a value indicating whether this instance is a parent expression. |
String | TypeName | Non-static version of Korzh.EasyQuery.Db.ParentEntityAttrExpr.STypeName property. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
String | GetSqlExpr(DbQueryFormats formats, SqlExtraClauses extraClauses = null) | Gets the SQL expression of the Korzh.EasyQuery.Db.ParentEntityAttrExpr object. |
Static Properties
Section titled “Static Properties”Type | Name | Description |
---|---|---|
String | STypeName | Gets the name of the Korzh.EasyQuery.EqExpression type. |