Dela via


DbNewInstanceExpression.Arguments Property

Definition

Gets an DbExpression list that provides the property/column values or set elements for the new 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)

Property Value

An DbExpression list that provides the property/column values or set elements for the new instance.

Applies to