DbArithmeticExpression.Arguments Propriedade

Definição

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

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

Valor de Propriedade

Uma lista de DbExpression elementos de tamanho fixo.

Observações

Requer DbArithmeticExpression que todos os elementos da lista de argumentos tenham um tipo de resultado numérico comum.

Aplica-se a