DbApplyExpression.Apply 属性

定义

获取指定 DbExpressionBinding 为输入集中每个元素调用的函数。

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

属性值

指定 DbExpressionBinding 为输入集中每个元素调用的函数。

适用于