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

Delphi

TFDCustomStoredProc = class(TFDRdbmsDataSet)

C++

class PASCALIMPLEMENTATION TFDCustomStoredProc : public TFDRdbmsDataSet

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

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