SortingBySameColumnTwiceValidationException(String, String) Constructor
Initializes a new instance of the SortingBySameColumnTwiceValidationException class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| tableName | String | A String value, specifying the table name. |
| columnName | String | A String value, specifying the column name. |
See Also