共用方式為


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 清單。

適用於