Partilhar via


DbNewInstanceExpression.Arguments Propriedade

Definição

Obtém uma lista de DbExpression que fornece os valores de propriedade/coluna ou elementos de conjunto para a nova instância.

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 da propriedade

Uma DbExpression lista que fornece os valores de propriedade/coluna ou elementos definidos para a nova instância.

Aplica-se a