Udostępnij za pośrednictwem


DbArithmeticExpression.Arguments Właściwość

Definicja

Pobiera listę DbExpression elementów, które definiują bieżące argumenty.

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)

Wartość właściwości

Lista elementów o DbExpression stałym rozmiarze.

Uwagi

Wymaga DbArithmeticExpression , aby wszystkie elementy na liście argumentów miały wspólny typ wyniku liczbowego.

Dotyczy