dboperator-class
Represents a logical expression or "predicate". For example: "less than", "is equal to", "starts with".
public class Korzh.EasyQuery.Db.DbOperator
: Operator
Assembly: Korzh.EasyQuery.Db.dll
Properties
Name | Type | Description |
---|---|---|
Model | DbModel | Gets or sets the model. |
Tables | TableList | Gets the list of the tables used in this operator (only for operators with "isCondition==true" ). |