DbArithmeticExpression.Arguments Propiedad

Definición

Obtiene la lista de DbExpression elementos que definen los argumentos actuales.

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 propiedad

Lista de tamaño fijo de DbExpression elementos.

Comentarios

DbArithmeticExpression requiere que todos los elementos de la lista de argumentos tengan un tipo de resultado numérico común.

Se aplica a