Partilhar via


DbLambdaExpression.Arguments Propriedade

Definição

Obtém uma lista de DbExpression que fornece os argumentos aos quais a função Lambda deve ser aplicada.

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)

Valor da propriedade

A lista do DbExpression.

Aplica-se a