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

資料索引鍵名稱。

適用於