次の方法で共有


DbLambda.Body プロパティ

定義

ラムダ式の本体を取得します。

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Body { get; }
member this.Body : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Body As DbExpression

プロパティ値

ラムダ関数の本体を表す DbExpression

適用対象