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

.NET Framework (current version)
 

Updates the required properties for two-way data binding.

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