ModelDataSourceView.UpdateProperties Metoda

Definicja

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.

Dotyczy