MetaTable.DeleteMethod Property

Definition

Gets the DataContext method that is used to perform delete operations.

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

Property Value

The MethodInfo that corresponds to the method used for delete operations.

Applies to