다음을 통해 공유


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입니다.

적용 대상