다음을 통해 공유


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

속성 값

String

ModelDataSourceView에서 데이터를 삭제할 때 사용하는 메서드나 함수의 이름을 나타내는 문자열입니다.

적용 대상