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

适用于