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

数据键名称。

适用于