DbApplyExpression.Apply 属性
定义
获取 DbExpressionBinding,它指定对输入集中的每个元素调用的函数。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
属性值
DbExpressionBinding,指定对输入集中的每个元素调用的函数。The DbExpressionBinding that specifies the function that is invoked for each element in the input set.