Skip to main content

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

NameTypeDescription
ModelDbModelGets or sets the model.
TablesTableListGets the list of the tables used in this operator (only for operators with "isCondition==true" ).