DbLambda.Body Proprietà

Definizione

Ottiene il corpo dell'espressione lambda.

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

Valore della proprietà

Oggetto DbExpression che rappresenta il corpo della funzione lambda.

Si applica a