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

select メソッドの名前。

適用対象

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

select メソッドの名前。

updateMethod
String

更新メソッドの名前。

insertMethod
String

insert メソッドの名前。

deleteMethod
String

delete メソッドの名前。

dataKeyName
String

データ キー名。

適用対象