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

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

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

Parameters

Name Type
renamingMap IDictionary<String, String>
See Also