FireDAC.Comp.Client.TFDCustomStoredProc

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDRdbmsDataSetFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomStoredProc
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDCustomStoredProc = class(TFDRdbmsDataSet)

C++

class PASCALIMPLEMENTATION TFDCustomStoredProc : public TFDRdbmsDataSet

Description

This is a class that implements a dataset capable of executing server-side stored procedures.

Use TFDCustomStoredProc to execute server-side stored procedures, browse the result sets, and edit the result set records.

This class hides some of properties, allowing the descendant classes to control the properties' visibility. End users should use TFDStoredProc.

See Executing Stored Procedure for more details.

See Also