ModelDataSource.UpdateProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデル バインディングが使用中の場合、必須プロパティを更新します。
オーバーロード
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
データ キー名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET