ModelDataSourceView.UpdateProperties Metodo

Definizione

Aggiorna le proprietà specificate usando i valori forniti nei parametri.

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)

Parametri

modelTypeName
String

Nome del tipo di modello.

selectMethod
String

Nome del metodo Select.

updateMethod
String

Nome del metodo Update.

insertMethod
String

Nome del metodo Update.

deleteMethod
String

Nome del metodo Delete.

dataKeyName
String

Nome della chiave di dati.

Si applica a