DbOperator class
Represents a logical expression or predicate, like comparisons or LIKE predicate.
public class Korzh.EasyQuery.Db.DbOperator : OperatorProperties
Section titled “Properties”| Type | Name | Description |
|---|---|---|
DbModel | Model | Gets or sets the model. |
TableList | Tables | Gets the list of the tables used in this operator (only for operators with “isCondition==true” ). |
Methods
Section titled “Methods”| Type | Name | Description |
|---|---|---|
void | LoadAttribute(String propname, String propvalue) | Loads the attribute. |
void | SaveAttributes(XmlWriter writer) | Saves the attributes. |