Sdílet prostřednictvím


ModelDataSource.UpdateProperties Metoda

Definice

Aktualizace požadované vlastnosti, když se používá vazba modelu.

Přetížení

UpdateProperties(String, String)

Aktualizace požadované vlastnosti pro jednosměrnou datovou vazbu.

UpdateProperties(String, String, String, String, String, String)

Aktualizace požadované vlastnosti pro obousměrnou datovou vazbu.

UpdateProperties(String, String)

Aktualizace požadované vlastnosti pro jednosměrnou datovou vazbu.

public:
 void UpdateProperties(System::String ^ modelTypeName, System::String ^ selectMethod);
public void UpdateProperties (string modelTypeName, string selectMethod);
member this.UpdateProperties : string * string -> unit
Public Sub UpdateProperties (modelTypeName As String, selectMethod As String)

Parametry

modelTypeName
String

Název typu modelu.

selectMethod
String

Název metody select.

Platí pro

UpdateProperties(String, String, String, String, String, String)

Aktualizace požadované vlastnosti pro obousměrnou datovou vazbu.

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

Název metody select.

updateMethod
String

Název metody aktualizace.

insertMethod
String

Název metody insert.

deleteMethod
String

Název metody delete.

dataKeyName
String

Název datového klíče.

Platí pro