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
資料索引鍵名稱。