AggrFuncExpr.ArgStore class

Represents the list of aggregate function arguments

public class Korzh.EasyQuery.AggrFuncExpr.ArgStore
    : ExprList

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

Assembly: Korzh.EasyQuery.dll

Constructors

Name Type Description
ArgStore(AggrFuncExpr aggrFuncExpr) void Initializes a new instance of the ArgStore 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.