Skip to main content

SchemaCorrectionNeededException.Sql Property

OBSOLETE

Use Message instead.

A SQL statement or the name of an object that raised this exception.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Obsolete("Use Message instead.", false)]
[Browsable(false)]
public string Sql { get; }

Property Value

Type Description
String

A SQL statement or the name of an object that raised this exception.

See Also