ModelDataSourceView.UpdateProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met à jour les propriétés spécifiées à l'aide des valeurs fournies dans les paramètres.
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)
Paramètres
- modelTypeName
- String
Nom du type de modèle.
- selectMethod
- String
Nom de la méthode de sélection.
- updateMethod
- String
Nom de la méthode de mise à jour.
- insertMethod
- String
Nom de la méthode de mise à jour.
- deleteMethod
- String
Nom de la méthode de suppression.
- dataKeyName
- String
Nom de clé de données.