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 列表。

适用于