次の方法で共有


DbLambdaExpression.Arguments プロパティ

定義

ラムダ関数が適用される引数を提供する DbExpression のリストを取得します。

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 一覧。

適用対象