다음을 통해 공유


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 목록입니다.

적용 대상