共用方式為


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 清單。

適用於