Skip to content

ConditionExprList class

Represents list of expression for SimpleCondition object

public class Korzh.EasyQuery.ConditionExprList
: ExprList

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
ConditionExprList(Condition condition)voidInitializes a new instance of the SimpleCondExprList class.
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.