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

SortingBySameColumnTwiceValidationException.ColumnName Property

Indicates the column that has been used as a sorting criteria multiple times.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string ColumnName { get; }

Property Value

Type Description
String

A String value, specifying the column name.

See Also