DbFunctionExpression.Arguments 属性

定义

获取 DbExpression 列表,该列表提供函数的参数。

public virtual 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 Overridable ReadOnly Property Arguments As IList(Of DbExpression)

属性值

提供函数的参数的 DbExpression 列表。

适用于