ModelDataSource.UpdateProperties Metodo

Definizione

Aggiorna le proprietà necessarie quando viene utilizzata l'associazione di modello.

Overload

UpdateProperties(String, String)

Aggiorna le proprietà necessarie per l'associazione dati unidirezionale.

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

Aggiorna le proprietà necessarie per l'associazione dati bidirezionale.

UpdateProperties(String, String)

Aggiorna le proprietà necessarie per l'associazione dati unidirezionale.

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)

Parametri

modelTypeName
String

Nome del tipo di modello.

selectMethod
String

Nome del metodo Select.

Si applica a

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

Aggiorna le proprietà necessarie per l'associazione dati bidirezionale.

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 di aggiornamento.

insertMethod
String

Nome del metodo Insert.

deleteMethod
String

Nome del metodo Delete.

dataKeyName
String

Nome della chiave di dati.

Si applica a