Skip to main content
A newer version of this page is available. .
All docs
V21.1

DataComponentBase.RenameParameters(IDictionary<String, String>) Method

Renames parameters specified in the dictionary.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public void RenameParameters(
    IDictionary<string, string> renamingMap
)

Parameters

Name Type Description
renamingMap IDictionary<String, String>

A dictionary of old and new parameter names.

Remarks

For each dictionary entry, this method creates a new parameter with the specified name, and copies the value of the old parameter to the newly created parameter.

See Also