Skip to main content

FilterByAmbiguousColumnValidationException.Column Property

Indicates the column that was used as a filter criteria and has an ambiguous name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public string Column { get; }

Property Value

Type Description
String

A String value, specifying the column name.

See Also