Share via


DbLambdaExpression.Arguments Property

Definition

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

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

Property Value

The DbExpression list.

Applies to