DbArithmeticExpression.Arguments Propiedad

Definición

Obtiene la lista de elementos de DbExpression 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

Una lista de tamaño fijo de elementos de DbExpression.

Comentarios

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

Se aplica a