DbNewInstanceExpression.Arguments Tulajdonság

Definíció

Lekéri azt DbExpression a listát, amely megadja az új példány tulajdonság-/oszlopértékét vagy elemeit.

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)

Tulajdonság értéke

Egy DbExpression lista, amely megadja az új példány tulajdonság-/oszlopértékét vagy elemeit.

A következőre érvényes: