共用方式為


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

適用於