Partilhar via


DbArithmeticExpression.Arguments Propriedade

Definição

Obtém a lista de elementos DbExpression que definem os argumentos atuais.

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

Uma lista de tamanho fixo de DbExpression elementos.

Aplica-se a