DbApplyExpression.Apply 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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,它會指定針對輸入集中每個項目所叫用的函式。