Skip to main content

RelationColumnNotInSchemaValidationException Class

An exception thrown when a key column of a data relation is missing in the data source schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public class RelationColumnNotInSchemaValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
RelationColumnNotInSchemaValidationException
See Also