다음을 통해 공유


ModelDataSource.UpdateProperties 메서드

정의

모델의 바인딩이 사용 중일 때 필요한 속성을 업데이트합니다.

오버로드

UpdateProperties(String, String)

단방향 데이터 바인딩을 위한 필수 속성을 업데이트합니다.

UpdateProperties(String, String, String, String, String, String)

양방향 데이터 바인딩을 위한 필수 속성을 업데이트합니다.

UpdateProperties(String, String)

단방향 데이터 바인딩을 위한 필수 속성을 업데이트합니다.

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

매개 변수

modelTypeName
String

모델 형식의 이름입니다.

selectMethod
String

선택 메서드의 이름입니다.

적용 대상

UpdateProperties(String, String, String, String, String, String)

양방향 데이터 바인딩을 위한 필수 속성을 업데이트합니다.

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

데이터 키 이름입니다.

적용 대상