DbNewInstanceExpression.Arguments Propriété

Définition

Obtient une DbExpression liste qui fournit les valeurs de propriété/colonne ou définit des éléments pour la nouvelle instance.

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)

Valeur de propriété

Liste DbExpression qui fournit les valeurs de propriété/colonne ou définit des éléments pour la nouvelle instance.

S’applique à