DbCrossJoinExpression.Inputs 屬性

定義

會得到 DbExpressionBinding 一個清單,提供連接的輸入集合。

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)

屬性值

一個 DbExpressionBinding 提供 join 輸入集合的清單。

適用於