ModelDataSourceView.UpdateProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用在参数中提供的值更新指定的属性。
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
数据键名称。