Skip to main content

DBSetFilterViewModel.OnRenameParameter(String, String) Method

This method is called when the parameter name is changed.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void OnRenameParameter(
    string name,
    string newName
)

Parameters

Name Type Description
name String

A String that specifies the old parameter name.

newName String

A String that specifies the new parameter name.

See Also