ModelDataSourceView.UpdateProperties Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Aktualizuje określone właściwości przy użyciu wartości podanych w parametrach.
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)
Parametry
- modelTypeName
- String
Nazwa typu modelu.
- selectMethod
- String
Wybierz nazwę metody.
- updateMethod
- String
Nazwa metody aktualizacji.
- insertMethod
- String
Nazwa metody aktualizacji.
- deleteMethod
- String
Nazwa metody delete.
- dataKeyName
- String
Nazwa klucza danych.