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

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

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