Skip to main content
A newer version of this page is available. .

IConfigureParametersPageView.ShowDuplicatingColumnNameError(String) Method

If implemented, displays the error message about duplicating the specified column.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

void ShowDuplicatingColumnNameError(
    string columnName
)

Parameters

Name Type Description
columnName String

The name of the column that is duplicated.

See Also