Skip to content

DbPredicate class

Represents predicate in Korzh.EasyQuery.Db.DbQuery

public class Korzh.EasyQuery.Db.DbPredicate
: Predicate, IDbCondition
TypeNameDescription
StringTypeNameGets the name of the condition type. The same as STypeName but works for one particular instance of SimpleCondition class.
TypeNameDescription
voidGetUsedTables(TableList usedTables)Returns list of tables used in condition.
voidSaveToXmlWriter(XmlWriter writer)Saves root condition group object to XML writer.
TypeNameDescription
StringSTypeNameGets the name of the condition type used for saving to XML.