共用方式為


DbAggregate.Arguments 屬性

定義

取得定義這個 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)

屬性值

定義這個 DbAggregate 引數的運算式清單。

適用於