Partager via


DbNewInstanceExpression.Arguments Propriété

Définition

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

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

Valeur de propriété

Liste DbExpression qui fournit les valeurs propriété/colonne ou les éléments set de la nouvelle instance.

S’applique à