DbLambdaExpression.Arguments 属性

定义

获取 DbExpression 列表,该列表提供应将 Lambda 函数应用于的参数。

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)

属性值

DbExpression 列表。

适用于