ModelDataSourceView.UpdateProperties Метод

Определение

Обновляет указанные свойства, используя значения, заданные в параметрах.

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)

Параметры

modelTypeName
String

Имя типа модели.

selectMethod
String

Имя метода выбора.

updateMethod
String

Имя метода обновления.

insertMethod
String

Имя метода обновления.

deleteMethod
String

Имя метода удаления.

dataKeyName
String

Имя ключа данных.

Применяется к