DbApplyExpression.Apply Property

Definition

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

public:
 property System::Data::Common::CommandTrees::DbExpressionBinding ^ Apply { System::Data::Common::CommandTrees::DbExpressionBinding ^ get(); };
public System.Data.Common.CommandTrees.DbExpressionBinding Apply { get; }
member this.Apply : System.Data.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