ModelDataSourceView::UpdateProperties Method (String^, String^, String^, String^, String^, String^)

.NET Framework (current version)
 

Updates the specified properties using the values provided in the parameters.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void UpdateProperties(
	String^ modelTypeName,
	String^ selectMethod,
	String^ updateMethod,
	String^ insertMethod,
	String^ deleteMethod,
	String^ dataKeyName
)

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
Return to top
Show: