Compartir a través de


DbFunctionExpression.Arguments Propiedad

Definición

Obtiene una lista de DbExpression que proporciona los argumentos para la función.

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 DbExpression que proporciona los argumentos para la función.

Se aplica a