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

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