DbLambdaExpression.Lambda Property

Definition

Gets the DbLambda representing the Lambda function applied by this expression.

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

Property Value

The DbLambda representing the Lambda function applied by this expression.

Applies to