Partager via


DbCrossJoinExpression.Inputs Propriété

Définition

Obtient une liste DbExpressionBinding qui fournit les jeux de données d'entrée à la jointure.

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

Valeur de propriété

Liste DbExpressionBinding qui fournit les jeux de données d'entrée à la jointure.

S’applique à