DbLambdaExpression.Lambda Propiedad

Definición

Obtiene la DbLambda que representa la función Lambda aplicada por esta expresión.

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

Valor de propiedad

DbLambda que representa la función Lambda aplicada por esta expresión.

Se aplica a