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)
member UpdateProperties : modelTypeName:string * selectMethod:string * updateMethod:string * insertMethod:string * deleteMethod:string * dataKeyName:string -> unit
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: