ModelDataSourceView.UpdateProperties Metoda

Definice

Aktualizuje zadané vlastnosti pomocí hodnot zadaných v parametrech.

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

Název typu modelu.

selectMethod
String

Vyberte název metody.

updateMethod
String

Název metody aktualizace

insertMethod
String

Název metody aktualizace

deleteMethod
String

Název metody delete

dataKeyName
String

Název datového klíče.

Platí pro