ModelDataSourceView.DeleteMethod 属性

定义

获取或设置对象调用以删除数据的方法 ModelDataSourceView 的名称。

public:
 property System::String ^ DeleteMethod { System::String ^ get(); };
public string DeleteMethod { get; }
member this.DeleteMethod : string
Public ReadOnly Property DeleteMethod As String

属性值

一个字符串,表示方法的名称或 ModelDataSourceView 用于删除数据的字符串。

适用于