Share via


DbLambda.Body Property

Definition

Gets the body of the lambda expression.

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

Property Value

A DbExpression that represents the body of the lambda function.

Applies to