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 的参数的表达式列表。

适用于