Skip to content

DbSimpleCondition class

Represents simple condition in Korzh.EasyQuery.Db.DbQuery

public class Korzh.EasyQuery.Db.DbSimpleCondition
: SimpleCondition, IDbCondition
TypeNameDescription
StringTypeNameGets the name of the condition type. The same as STypeName but works for one particular instance of SimpleCondition class.
TypeNameDescription
EqExpressionCreateValueExprByOperand(Operand opnd)Creates the value expression by operand
BooleanGetHaving()Gets a value indicating whether this condition must be placed into HAVING clause in result SQL.
voidGetUsedTables(TableList usedTables)Returns list of tables used in condition.
TypeNameDescription
StringSTypeNameGets the name of the condition type used for saving to XML.