Sdílet prostřednictvím


DbCrossJoinExpression.Inputs Vlastnost

Definice

DbExpressionBinding Získá seznam, který poskytuje vstupní sady spojení.

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)

Hodnota vlastnosti

Seznam DbExpressionBinding , který poskytuje vstupní sady pro spojení.

Platí pro