ModelDataSourceView::DeleteMethod Property
.NET Framework (current version)
Gets or sets the name of the method that the ModelDataSourceView object invokes to delete data.
Assembly: System.Web (in System.Web.dll)
public: property String^ DeleteMethod { String^ get(); internal: void set(String^ value); }
Property Value
Type: System::String^A string that represents the name of the method or that the ModelDataSourceView uses to delete data.
.NET Framework
Available since 4.5
Available since 4.5
Show: