Skip to main content

conditionexprlist-class

Represents list of expression for SimpleCondition object

public class Korzh.EasyQuery.ConditionExprList
: ExprList

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
ConditionExprList(Condition condition)voidInitializes a new instance of the SimpleCondExprList class.

Methods

NameTypeDescription
InsertItem(int index, EqExpression item)voidInserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
RemoveItem(int index)voidRemoves the element at the specified index of the System.Collections.ObjectModel.Collection'1.
SetItem(int index, EqExpression item)voidReplaces the element at the specified index.