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

CustomExpressionWithAmbiguousColumnValidationException(String, String[]) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public CustomExpressionWithAmbiguousColumnValidationException(
    string column,
    string[] tables
)

Parameters

Name Type Description
column String

A String value, specifying the column name.

tables String[]

An array of String values, specifying the table names.

See Also