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

SqlExecutionErrorException.Parameters Property

OBSOLETE

Use Message instead.

Gets a string that represents the parameters for the current SQL statement.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
String

A string that represents the parameters for the SQL statement.

See Also