FireDAC.Comp.Client.TFDRdbmsDataSet.Unprepare

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDRdbmsDataSet

Delphi

procedure Unprepare;

C++

void __fastcall Unprepare();

Description

Releases SQL command resources.

Use Unprepare call to release prepared SQL command resources. You can unprepare a command by setting Prepared to False.

See Also