Skip to main content

ConfigureParametersPageView.ShowDuplicatingColumnNameError(String) Method

Displays the error message about duplicating the specified column.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public virtual void ShowDuplicatingColumnNameError(
    string columnName
)

Parameters

Name Type Description
columnName String

The name of the column that is duplicated.

See Also