次の方法で共有


DbCrossJoinExpression.Inputs プロパティ

定義

結合に入力セットを提供する DbExpressionBinding リストを取得します。

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding> Inputs { get; }
member this.Inputs : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding>
Public ReadOnly Property Inputs As IList(Of DbExpressionBinding)

プロパティ値

結合に入力セットを提供する DbExpressionBinding リスト。

適用対象