Partage via


DbCrossJoinExpression.Inputs Propriété

Définition

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

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpressionBinding ^> ^ Inputs { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpressionBinding ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding> Inputs { get; }
member this.Inputs : System.Collections.Generic.IList<System.Data.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 à