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

.NET Framework (current version)
 

Updates the required properties for one-way data binding.

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

public:
void UpdateProperties(
	String^ modelTypeName,
	String^ selectMethod
)

Parameters

modelTypeName
Type: System::String^

The name of the model type.

selectMethod
Type: System::String^

The name of the select method.

.NET Framework
Available since 4.5
Return to top
Show: