DbOperator class

Represents a logical expression or "predicate". For example: "less than", "is equal to", "starts with".

public class Korzh.EasyQuery.Db.DbOperator
    : Operator

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

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" ).