DbCrossJoinExpression.Inputs 属性

定义

获取 DbExpressionBinding 列表,该列表提供可联接的输入集。Gets a DbExpressionBinding list that provides the input sets to the join.

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)

属性值

IList<DbExpressionBinding>

提供可联接的输入集的 DbExpressionBinding 列表。A DbExpressionBinding list that provides the input sets to the join.

适用于