ModelDataSourceView.UpdateProperties Method (String, String, String, String, String, String)
.NET Framework (current version)
Updates the specified properties using the values provided in the parameters.
Assembly: System.Web (in System.Web.dll)
Public Sub UpdateProperties ( modelTypeName As String, selectMethod As String, updateMethod As String, insertMethod As String, deleteMethod As String, dataKeyName As String )
Parameters
- modelTypeName
-
Type:
System.String
The model type name.
- selectMethod
-
Type:
System.String
The select method name.
- updateMethod
-
Type:
System.String
The update method name.
- insertMethod
-
Type:
System.String
The update method name.
- deleteMethod
-
Type:
System.String
The delete method name.
- dataKeyName
-
Type:
System.String
The data key name.
.NET Framework
Available since 4.5
Available since 4.5
Show: