ModelDataSourceView.UpdateProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
매개 변수에 제공된 값을 사용하여 지정된 속성을 업데이트합니다.
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
데이터 키 이름입니다.