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.v24.1.dll
NuGet Package: DevExpress.Data
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