DbLambda.Body Property

Definition

Gets the body of the lambda expression.

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Body { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Body { get; }
member this.Body : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Body As DbExpression

Property Value

A DbExpression that represents the body of the lambda function.

Applies to