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
select メソッド名。
- updateMethod
- String
更新メソッド名。
- insertMethod
- String
更新メソッド名。
- deleteMethod
- String
delete メソッド名。
- dataKeyName
- String
データ キー名。