ModelDataSourceView.UpdateProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パラメーターに指定された値を使用して、指定されたプロパティを更新します。
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
データ キー名。