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

DuplicatingColumnNamesValidationException(String, String) Constructor

Initializes a new instance of the DuplicatingColumnNamesValidationException class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public DuplicatingColumnNamesValidationException(
    string tableActualName,
    string columnActualName
)

Parameters

Name Type Description
tableActualName String

A String value, specifying the table actual name.

columnActualName String

A String value, specifying the column actual name.

See Also