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

Constructors

Name Type Description
ConditionExprList(Condition condition) void Initializes a new instance of the SimpleCondExprList class.

Methods

Name Type Description
InsertItem(int index, EqExpression item) void Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
RemoveItem(int index) void Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1.
SetItem(int index, EqExpression item) void Replaces the element at the specified index.