共用方式為


MetaTable.DeleteMethod 屬性

定義

取得用來執行刪除作業的 DataContext 方法。

public:
 abstract property System::Reflection::MethodInfo ^ DeleteMethod { System::Reflection::MethodInfo ^ get(); };
public abstract System.Reflection.MethodInfo DeleteMethod { get; }
member this.DeleteMethod : System.Reflection.MethodInfo
Public MustOverride ReadOnly Property DeleteMethod As MethodInfo

屬性值

MethodInfo,對應於刪除作業所使用的方法。

適用於