Skip to content

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

NameTypeDescription
ArgStore(AggrFuncExpr aggrFuncExpr)voidInitializes a new instance of the ArgStore 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.