Compartilhar via


DbFunctionExpression.Arguments Propriedade

Definição

Obtém uma lista de DbExpression que fornece os argumentos à função.

public virtual 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 Overridable ReadOnly Property Arguments As IList(Of DbExpression)

Valor da propriedade

Uma DbExpression lista que fornece os argumentos para a função.

Aplica-se a