FireDAC.Stan.Error.EFDDBEngineException.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TStrings read FParams write SetParams;

C++

__property System::Classes::TStrings* Params = {read=FParams, write=SetParams};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException

Description

Returns a failed SQL command parameter value.

Use the Params property value to get a failed SQL command parameter value.

You can use this property with the SQL property for debugging purposes.

See Also