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,指定对输入集中的每个元素调用的函数。

适用于