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

TablesNotRelatedValidationException(String[]) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public TablesNotRelatedValidationException(
    string[] relRoots
)

Parameters

Name Type Description
relRoots String[]

An array of String values, specifying the table names.

See Also