Share via


DbAggregate.Arguments Property

Definition

Gets the list of expressions that define the arguments to this DbAggregate .

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

Property Value

The list of expressions that define the arguments to this DbAggregate .

Applies to