DbLambdaExpression.Arguments Property

 

Gets a DbExpression list that provides the arguments to which the Lambda function should be applied.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public IList<DbExpression> Arguments { get; }