DbArithmeticExpression.Arguments Propriedade

Definição

Obtém a lista de elementos DbExpression 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 da propriedade

Uma lista de elementos de DbExpression tamanho fixo.

Comentários

O DbArithmeticExpression requer que todos os elementos na lista de argumentos tenham um tipo de resultado numérico comum.

Aplica-se a