ModelDataSource.UpdateProperties Method (String, String, String, String, String, String)
.NET Framework (current version)
Updates the required properties for two-way data binding.
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 name of the model type.
- selectMethod
-
Type:
System.String
The name of the select method.
- updateMethod
-
Type:
System.String
The name of the update method.
- insertMethod
-
Type:
System.String
The name of the insert method.
- deleteMethod
-
Type:
System.String
The name of the delete method.
- dataKeyName
-
Type:
System.String
The data key name.
.NET Framework
Available since 4.5
Available since 4.5
Show: