Share via


DbProjectExpression.Input Property

Definition

Gets the DbExpressionBinding that specifies the input set.

public System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding Input { get; }
member this.Input : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Input As DbExpressionBinding

Property Value

The DbExpressionBinding that specifies the input set.

Applies to