Share via


DbLambdaExpression.Lambda Property

Definition

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

public System.Data.Entity.Core.Common.CommandTrees.DbLambda Lambda { get; }
member this.Lambda : System.Data.Entity.Core.Common.CommandTrees.DbLambda
Public ReadOnly Property Lambda As DbLambda

Property Value

The DbLambda representing the Lambda function applied by this expression.

Applies to