Share via


DbApplyExpression.Apply Property

Definition

Gets the DbExpressionBinding that specifies the function that is invoked for each element in the input set.

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

Property Value

The DbExpressionBinding that specifies the function that is invoked for each element in the input set.

Applies to