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 表示輸入集合中每個元素所呼叫的函式。

適用於