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.v19.2.dll

Declaration

public string ColumnName { get; }

Property Value

Type Description
String

A String value, specifying the column name.

See Also