共用方式為


DbApplyExpression.Apply 屬性

定義

取得 DbExpressionBinding,它會指定針對輸入集中每個項目所叫用 (Invoke) 的函式。

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,它會指定針對輸入集中每個項目所叫用的函式。

適用於