次の方法で共有


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

データ キー名。

適用対象