DbPredicate class
Represents predicate in Korzh.EasyQuery.Db.DbQuery
public class Korzh.EasyQuery.Db.DbPredicate : Predicate, IDbCondition
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
String | TypeName | Gets the name of the condition type. The same as STypeName but works for one particular instance of SimpleCondition class. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | GetUsedTables(TableList usedTables) | Returns list of tables used in condition. |
void | SaveToXmlWriter(XmlWriter writer) | Saves root condition group object to XML writer. |
Static Properties
Section titled “Static Properties”Type | Name | Description |
---|---|---|
String | STypeName | Gets the name of the condition type used for saving to XML. |