Share via


ModelDataSourceView.UpdateProperties 메서드

정의

매개 변수에 제공된 값을 사용하여 지정된 속성을 업데이트합니다.

public:
 void UpdateProperties(System::String ^ modelTypeName, System::String ^ selectMethod, System::String ^ updateMethod, System::String ^ insertMethod, System::String ^ deleteMethod, System::String ^ dataKeyName);
public void UpdateProperties (string modelTypeName, string selectMethod, string updateMethod, string insertMethod, string deleteMethod, string dataKeyName);
member this.UpdateProperties : string * string * string * string * string * string -> unit
Public Sub UpdateProperties (modelTypeName As String, selectMethod As String, updateMethod As String, insertMethod As String, deleteMethod As String, dataKeyName As String)

매개 변수

modelTypeName
String

모델 형식 이름입니다.

selectMethod
String

선택 메서드 이름입니다.

updateMethod
String

업데이트 메서드 이름입니다.

insertMethod
String

업데이트 메서드 이름입니다.

deleteMethod
String

삭제 메서드 이름입니다.

dataKeyName
String

데이터 키 이름입니다.

적용 대상