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

SkipWithoutSortingValidationException Class

An exception thrown when specifying the SelectQuery.Skip property without sorting the corresponding table.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public class SkipWithoutSortingValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
SkipWithoutSortingValidationException
See Also